diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-15 03:20:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-16 16:16:19 -0400 |
commit | c38c4454d8b880f095faeb279dc7121f5789a06f (patch) | |
tree | c24340e822998132e75004d63fc5174e800f07e2 /drivers/tty/serial/mpc52xx_uart.c | |
parent | adedb750727cdc33aa5074a7a3e68d47f1debc83 (diff) |
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.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 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 = { | |||
1301 | .shutdown = mpc52xx_uart_shutdown, | 1301 | .shutdown = mpc52xx_uart_shutdown, |
1302 | .set_termios = mpc52xx_uart_set_termios, | 1302 | .set_termios = mpc52xx_uart_set_termios, |
1303 | /* .pm = mpc52xx_uart_pm, Not supported yet */ | 1303 | /* .pm = mpc52xx_uart_pm, Not supported yet */ |
1304 | /* .set_wake = mpc52xx_uart_set_wake, Not supported yet */ | ||
1305 | .type = mpc52xx_uart_type, | 1304 | .type = mpc52xx_uart_type, |
1306 | .release_port = mpc52xx_uart_release_port, | 1305 | .release_port = mpc52xx_uart_release_port, |
1307 | .request_port = mpc52xx_uart_request_port, | 1306 | .request_port = mpc52xx_uart_request_port, |