serial: mpc52xx_uart: Remove legacy PM hook
The legacy PM hook was never implemented. If we would like to achieve this, the entire serial subsystem should switch to use runtime PM first. For now, remove unneeded code. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20250117141304.592611-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2014c95afe
commit
18423f8250
@@ -1351,7 +1351,6 @@ static const struct uart_ops mpc52xx_uart_ops = {
|
||||
.startup = mpc52xx_uart_startup,
|
||||
.shutdown = mpc52xx_uart_shutdown,
|
||||
.set_termios = mpc52xx_uart_set_termios,
|
||||
/* .pm = mpc52xx_uart_pm, Not supported yet */
|
||||
.type = mpc52xx_uart_type,
|
||||
.release_port = mpc52xx_uart_release_port,
|
||||
.request_port = mpc52xx_uart_request_port,
|
||||
|
||||
Reference in New Issue
Block a user