diff options
Diffstat (limited to 'arch/mips/loongson/common/init.c')
-rw-r--r-- | arch/mips/loongson/common/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/loongson/common/init.c b/arch/mips/loongson/common/init.c index 2b92a23d29dd..a2abd9355737 100644 --- a/arch/mips/loongson/common/init.c +++ b/arch/mips/loongson/common/init.c | |||
@@ -31,9 +31,7 @@ void __init prom_init(void) | |||
31 | prom_init_memory(); | 31 | prom_init_memory(); |
32 | 32 | ||
33 | /*init the uart base address */ | 33 | /*init the uart base address */ |
34 | #if defined(CONFIG_EARLY_PRINTK) || defined(CONFIG_SERIAL_8250) | ||
35 | prom_init_uart_base(); | 34 | prom_init_uart_base(); |
36 | #endif | ||
37 | } | 35 | } |
38 | 36 | ||
39 | void __init prom_free_prom_memory(void) | 37 | void __init prom_free_prom_memory(void) |