mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
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>
This commit is contained in:
parent
adedb75072
commit
c38c4454d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user