kernel: bump 5.4 to 5.4.80
[openwrt/staging/rmilecki.git] / target / linux / rtl838x / files-5.4 / arch / mips / rtl838x / prom.c
index 604b01806c1d260690ba6696c0c0134a98c4b0d5..81507e235b642b9e4fe5496cf493c9fdc9aa47a4 100644 (file)
@@ -24,7 +24,6 @@
 extern char arcs_cmdline[];
 const void *fdt;
 extern const char __appended_dtb;
-//extern int __init rtl838x_serial_init(void);
 
 void prom_console_init(void)
 {
@@ -67,8 +66,6 @@ char prom_getchar(void)
 }
 #endif
 
-struct rtl838x_soc_info soc_info;
-
 const char *get_system_type(void)
 {
        return soc_info.name;
@@ -171,4 +168,3 @@ void __init prom_init(void)
        pr_info("SoC Type: %s\n", get_system_type());
        prom_init_cmdline();
 }
-