]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: Move "uart_console" def to core header file.
authorSourav Poddar <sourav.poddar@ti.com>
Wed, 15 May 2013 15:35:37 +0000 (21:05 +0530)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:02 +0000 (09:54 +0800)
commitf8fbd996e58a3a31130c5f1d77d540f90fcdcfd1
tree9c4fd04377fb4695c35bbbcce0861195d58b6f26
parenta4ee29c704c6a75dbdda1dd4795fa9abcc338907
serial: Move "uart_console" def to core header file.

Move "uart_console" definition to serial core header file, so that it can be
used by serial drivers.
Get rid of the uart_console defintion from mpc52xx_uart driver.

Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Rajendra nayak <rnayak@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mpc52xx_uart.c
drivers/tty/serial/serial_core.c
include/linux/serial_core.h