[ramips] rt288x: fix serial console
authorGabor Juhos <juhosg@openwrt.org>
Mon, 31 Aug 2009 09:34:07 +0000 (09:34 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 31 Aug 2009 09:34:07 +0000 (09:34 +0000)
SVN-Revision: 17450

target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c

index d19105f54615338b4969b3342e4478e07ca44beb..d0258524cc74d932106764f0d8b33c66bbddbf36 100644 (file)
@@ -57,7 +57,6 @@ static void __init rt288x_detect_mem_size(void)
        add_memory_region(RT2880_SDRAM_BASE, size, BOOT_MEM_RAM);
 }
 
-#ifdef CONFIG_RT288X_EARLY_SERIAL
 static void __init rt288x_early_serial_setup(void)
 {
        struct uart_port p;
@@ -90,9 +89,6 @@ static void __init rt288x_early_serial_setup(void)
                printk(KERN_ERR "RT288x: early UART1 registration failed %d\n",
                        err);
 }
-#else
-static inline void rt288x_early_serial_setup(void) {};
-#endif /* CONFIG_RT288X_EARLY_SERIAL */
 
 const char *get_system_type(void)
 {