diff options
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r-- | arch/mips/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 058929041368..be73c491182b 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <asm/bootinfo.h> | 31 | #include <asm/bootinfo.h> |
32 | #include <asm/bugs.h> | 32 | #include <asm/bugs.h> |
33 | #include <asm/cache.h> | 33 | #include <asm/cache.h> |
34 | #include <asm/cdmm.h> | ||
34 | #include <asm/cpu.h> | 35 | #include <asm/cpu.h> |
35 | #include <asm/sections.h> | 36 | #include <asm/sections.h> |
36 | #include <asm/setup.h> | 37 | #include <asm/setup.h> |
@@ -763,6 +764,7 @@ void __init setup_arch(char **cmdline_p) | |||
763 | cpu_probe(); | 764 | cpu_probe(); |
764 | prom_init(); | 765 | prom_init(); |
765 | 766 | ||
767 | setup_early_fdc_console(); | ||
766 | #ifdef CONFIG_EARLY_PRINTK | 768 | #ifdef CONFIG_EARLY_PRINTK |
767 | setup_early_printk(); | 769 | setup_early_printk(); |
768 | #endif | 770 | #endif |