serial: mpc52xx: Use default serial core x_char handler
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 2 Sep 2014 21:39:16 +0000 (17:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 23:22:42 +0000 (16:22 -0700)
commit16f404e3666718917b2541503240cf8430aa49ff
treece433374bec04029bc656247be08ea54d383cdf0
parentdb106df32d679db151b48a09543b03ee41cb2580
serial: mpc52xx: Use default serial core x_char handler

mpc52xx_uart_send_xchar() is _identical_ to the default serial core
x_char handling behavior in uart_send_xchar().

Remove mpc52xx_uart_send_xchar().

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mpc52xx_uart.c