diff options
Diffstat (limited to 'arch/mips/au1000/mtx-1/init.c')
-rw-r--r-- | arch/mips/au1000/mtx-1/init.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/au1000/mtx-1/init.c b/arch/mips/au1000/mtx-1/init.c index 2aa7b2ed6a8c..cdeae3212a2d 100644 --- a/arch/mips/au1000/mtx-1/init.c +++ b/arch/mips/au1000/mtx-1/init.c | |||
@@ -34,13 +34,11 @@ | |||
34 | #include <linux/init.h> | 34 | #include <linux/init.h> |
35 | #include <linux/mm.h> | 35 | #include <linux/mm.h> |
36 | #include <linux/bootmem.h> | 36 | #include <linux/bootmem.h> |
37 | |||
37 | #include <asm/addrspace.h> | 38 | #include <asm/addrspace.h> |
38 | #include <asm/bootinfo.h> | 39 | #include <asm/bootinfo.h> |
39 | 40 | ||
40 | int prom_argc; | 41 | #include <prom.h> |
41 | char **prom_argv, **prom_envp; | ||
42 | extern void __init prom_init_cmdline(void); | ||
43 | extern char *prom_getenv(char *envname); | ||
44 | 42 | ||
45 | const char *get_system_type(void) | 43 | const char *get_system_type(void) |
46 | { | 44 | { |