diff options
Diffstat (limited to 'arch/mips/au1000/pb1200')
-rw-r--r-- | arch/mips/au1000/pb1200/board_setup.c | 6 | ||||
-rw-r--r-- | arch/mips/au1000/pb1200/init.c | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/au1000/pb1200/board_setup.c b/arch/mips/au1000/pb1200/board_setup.c index 2122515f79d7..5dbc9868f598 100644 --- a/arch/mips/au1000/pb1200/board_setup.c +++ b/arch/mips/au1000/pb1200/board_setup.c | |||
@@ -41,8 +41,10 @@ | |||
41 | #include <asm/mipsregs.h> | 41 | #include <asm/mipsregs.h> |
42 | #include <asm/reboot.h> | 42 | #include <asm/reboot.h> |
43 | #include <asm/pgtable.h> | 43 | #include <asm/pgtable.h> |
44 | #include <asm/mach-au1x00/au1000.h> | 44 | |
45 | #include <asm/mach-au1x00/au1xxx_dbdma.h> | 45 | #include <au1000.h> |
46 | #include <au1xxx_dbdma.h> | ||
47 | #include <prom.h> | ||
46 | 48 | ||
47 | #ifdef CONFIG_MIPS_PB1200 | 49 | #ifdef CONFIG_MIPS_PB1200 |
48 | #include <asm/mach-pb1x00/pb1200.h> | 50 | #include <asm/mach-pb1x00/pb1200.h> |
diff --git a/arch/mips/au1000/pb1200/init.c b/arch/mips/au1000/pb1200/init.c index 5a70029d5388..c251570749ee 100644 --- a/arch/mips/au1000/pb1200/init.c +++ b/arch/mips/au1000/pb1200/init.c | |||
@@ -31,15 +31,13 @@ | |||
31 | #include <linux/mm.h> | 31 | #include <linux/mm.h> |
32 | #include <linux/sched.h> | 32 | #include <linux/sched.h> |
33 | #include <linux/bootmem.h> | 33 | #include <linux/bootmem.h> |
34 | #include <asm/addrspace.h> | ||
35 | #include <asm/bootinfo.h> | ||
36 | #include <linux/string.h> | 34 | #include <linux/string.h> |
37 | #include <linux/kernel.h> | 35 | #include <linux/kernel.h> |
38 | 36 | ||
39 | int prom_argc; | 37 | #include <asm/addrspace.h> |
40 | char **prom_argv, **prom_envp; | 38 | #include <asm/bootinfo.h> |
41 | extern void __init prom_init_cmdline(void); | 39 | |
42 | extern char *prom_getenv(char *envname); | 40 | #include <prom.h> |
43 | 41 | ||
44 | const char *get_system_type(void) | 42 | const char *get_system_type(void) |
45 | { | 43 | { |