diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-15 09:20:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-16 13:16:19 -0700 |
commit | c38c4454d8b880f095faeb279dc7121f5789a06f (patch) | |
tree | c24340e822998132e75004d63fc5174e800f07e2 /drivers/tty/serial | |
parent | adedb750727cdc33aa5074a7a3e68d47f1debc83 (diff) | |
download | op-kernel-dev-c38c4454d8b880f095faeb279dc7121f5789a06f.zip op-kernel-dev-c38c4454d8b880f095faeb279dc7121f5789a06f.tar.gz |
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')
-rw-r--r-- | drivers/tty/serial/mpc52xx_uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index e05a3b1..ec06505 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, |