tty/serial: fix apbuart build
authorRandy Dunlap <[email protected]>
Wed, 19 Jan 2011 22:34:35 +0000 (14:34 -0800)
committerGreg Kroah-Hartman <[email protected]>
Sun, 23 Jan 2011 03:15:02 +0000 (19:15 -0800)
commitfed7bb324cffd980a4a576514ced3ff52f68f319
treede7da0ebca065da600ceb3162ec03aea8e5ee144
parent1035b63d3c6fc34a9b8c4a181366eec6d6158b31
tty/serial: fix apbuart build

Fix build errors by selecting SERIAL_CORE:

ERROR: "uart_register_driver" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_write_wakeup" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_update_timeout" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_get_divisor" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_get_baud_rate" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_add_one_port" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_unregister_driver" [drivers/tty/serial/apbuart.ko] undefined!
ERROR: "uart_remove_one_port" [drivers/tty/serial/apbuart.ko] undefined!

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/Kconfig