diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-10-15 06:11:24 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-15 14:38:25 -0400 |
commit | 25b31cb118f399e9996ed7a3766b86c69a6bb07e (patch) | |
tree | 455e89553ee38d208dad1d50bb1ba9e8d9057001 /arch/mips/au1000/xxs1500 | |
parent | 2de889235d0e820a6b256b834ee6a64e12fede08 (diff) |
add new prom.h for AU1x00
Add new prom.h for AU1x00.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/mips/au1000/xxs1500')
-rw-r--r-- | arch/mips/au1000/xxs1500/init.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/mips/au1000/xxs1500/init.c b/arch/mips/au1000/xxs1500/init.c index 9f839c36f69e..6532939f377a 100644 --- a/arch/mips/au1000/xxs1500/init.c +++ b/arch/mips/au1000/xxs1500/init.c | |||
@@ -30,15 +30,13 @@ | |||
30 | #include <linux/mm.h> | 30 | #include <linux/mm.h> |
31 | #include <linux/sched.h> | 31 | #include <linux/sched.h> |
32 | #include <linux/bootmem.h> | 32 | #include <linux/bootmem.h> |
33 | #include <asm/addrspace.h> | ||
34 | #include <asm/bootinfo.h> | ||
35 | #include <linux/string.h> | 33 | #include <linux/string.h> |
36 | #include <linux/kernel.h> | 34 | #include <linux/kernel.h> |
37 | 35 | ||
38 | int prom_argc; | 36 | #include <asm/addrspace.h> |
39 | char **prom_argv, **prom_envp; | 37 | #include <asm/bootinfo.h> |
40 | extern void __init prom_init_cmdline(void); | 38 | |
41 | extern char *prom_getenv(char *envname); | 39 | #include <prom.h> |
42 | 40 | ||
43 | const char *get_system_type(void) | 41 | const char *get_system_type(void) |
44 | { | 42 | { |