Skip to content

Commit

Permalink
[MIPS] SNI: sniprom
Browse files Browse the repository at this point in the history
- fix compile error due to missing #include
- fix section mismatch warning

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jul 24, 2007
1 parent 34ec6e7 commit cbe7b45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/mips/sni/sniprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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;

Expand All @@ -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 {
Expand Down

0 comments on commit cbe7b45

Please sign in to comment.