Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62841
b: refs/heads/master
c: cbe7b45
h: refs/heads/master
i:
  62839: 49c986d
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jul 24, 2007
1 parent 2c68b94 commit 0f80244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34ec6e76a6354b04df3d2e94cd34d27af76a07bc
refs/heads/master: cbe7b45c1d0fbf51eea19452ffb56aa3002fe90c
5 changes: 3 additions & 2 deletions trunk/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 0f80244

Please sign in to comment.