diff options
Diffstat (limited to 'arch/mips/include/asm/sgialib.h')
-rw-r--r-- | arch/mips/include/asm/sgialib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/sgialib.h b/arch/mips/include/asm/sgialib.h index f58115769457..753275accd18 100644 --- a/arch/mips/include/asm/sgialib.h +++ b/arch/mips/include/asm/sgialib.h | |||
@@ -37,7 +37,7 @@ extern char prom_getchar(void); | |||
37 | * in chain is CURR is NULL. | 37 | * in chain is CURR is NULL. |
38 | */ | 38 | */ |
39 | extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr); | 39 | extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr); |
40 | #define PROM_NULL_MDESC ((struct linux_mdesc *) 0) | 40 | #define PROM_NULL_MDESC ((struct linux_mdesc *) 0) |
41 | 41 | ||
42 | /* Called by prom_init to setup the physical memory pmemblock | 42 | /* Called by prom_init to setup the physical memory pmemblock |
43 | * array. | 43 | * array. |