summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mpc52xx_uart.c
diff options
context:
space:
mode:
authorLinus Walleij2013-10-15 09:20:35 +0200
committerGreg Kroah-Hartman2013-10-16 22:16:19 +0200
commitc38c4454d8b880f095faeb279dc7121f5789a06f (patch)
treec24340e822998132e75004d63fc5174e800f07e2 /drivers/tty/serial/mpc52xx_uart.c
parentserial: sa1100: delete .set_wake callback (diff)
downloadkernel-qcow2-linux-c38c4454d8b880f095faeb279dc7121f5789a06f.tar.gz
kernel-qcow2-linux-c38c4454d8b880f095faeb279dc7121f5789a06f.tar.xz
kernel-qcow2-linux-c38c4454d8b880f095faeb279dc7121f5789a06f.zip
serial: mpc52xx: remove reference to .set_wake()
This callback is gone and not coming back, so will not be supported later. Cc: Gerhard Sittig <gsi@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/mpc52xx_uart.c')
-rw-r--r--drivers/tty/serial/mpc52xx_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c
index e05a3b1a87c7..ec06505e3ae6 100644
--- a/drivers/tty/serial/mpc52xx_uart.c
+++ b/drivers/tty/serial/mpc52xx_uart.c
@@ -1301,7 +1301,6 @@ static struct uart_ops mpc52xx_uart_ops = {
.shutdown = mpc52xx_uart_shutdown,
.set_termios = mpc52xx_uart_set_termios,
/* .pm = mpc52xx_uart_pm, Not supported yet */
-/* .set_wake = mpc52xx_uart_set_wake, Not supported yet */
.type = mpc52xx_uart_type,
.release_port = mpc52xx_uart_release_port,
.request_port = mpc52xx_uart_request_port,