Commit cbe7b45c authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Ralf Baechle

[MIPS] SNI: sniprom

- fix compile error due to missing #include
- fix section mismatch warning
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 34ec6e76
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <asm/addrspace.h> #include <asm/addrspace.h>
#include <asm/sni.h> #include <asm/sni.h>
#include <asm/mipsprom.h> #include <asm/mipsprom.h>
#include <asm/mipsregs.h>
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
/* special SNI prom calls */ /* special SNI prom calls */
...@@ -71,7 +72,7 @@ const char *get_system_type(void) ...@@ -71,7 +72,7 @@ const char *get_system_type(void)
#define SNI_IDPROM_SIZE 0x1000 #define SNI_IDPROM_SIZE 0x1000
#ifdef DEBUG #ifdef DEBUG
static void sni_idprom_dump(void) static void __init sni_idprom_dump(void)
{ {
int i; int i;
...@@ -88,7 +89,7 @@ static void sni_idprom_dump(void) ...@@ -88,7 +89,7 @@ static void sni_idprom_dump(void)
} }
#endif #endif
static void sni_mem_init(void ) static void __init sni_mem_init(void )
{ {
int i, memsize; int i, memsize;
struct membank { struct membank {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment