[ramips] rt288x: fix serial console

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17450 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos
2009-08-31 09:34:07 +00:00
parent 2d06d3427a
commit cb60c50a40

View 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)
{