Loading arch/mips/sni/sniprom.c +3 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <asm/addrspace.h> #include <asm/sni.h> #include <asm/mipsprom.h> #include <asm/mipsregs.h> #include <asm/bootinfo.h> /* special SNI prom calls */ Loading Loading @@ -71,7 +72,7 @@ const char *get_system_type(void) #define SNI_IDPROM_SIZE 0x1000 #ifdef DEBUG static void sni_idprom_dump(void) static void __init sni_idprom_dump(void) { int i; Loading @@ -88,7 +89,7 @@ static void sni_idprom_dump(void) } #endif static void sni_mem_init(void ) static void __init sni_mem_init(void ) { int i, memsize; struct membank { Loading Loading
arch/mips/sni/sniprom.c +3 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <asm/addrspace.h> #include <asm/sni.h> #include <asm/mipsprom.h> #include <asm/mipsregs.h> #include <asm/bootinfo.h> /* special SNI prom calls */ Loading Loading @@ -71,7 +72,7 @@ const char *get_system_type(void) #define SNI_IDPROM_SIZE 0x1000 #ifdef DEBUG static void sni_idprom_dump(void) static void __init sni_idprom_dump(void) { int i; Loading @@ -88,7 +89,7 @@ static void sni_idprom_dump(void) } #endif static void sni_mem_init(void ) static void __init sni_mem_init(void ) { int i, memsize; struct membank { Loading