Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
18423f82 2014c95a

-1
-1
drivers/tty/serial/mpc52xx_uart.c
··· 1351 1351 .startup = mpc52xx_uart_startup, 1352 1352 .shutdown = mpc52xx_uart_shutdown, 1353 1353 .set_termios = mpc52xx_uart_set_termios, 1354 - /* .pm = mpc52xx_uart_pm, Not supported yet */ 1355 1354 .type = mpc52xx_uart_type, 1356 1355 .release_port = mpc52xx_uart_release_port, 1357 1356 .request_port = mpc52xx_uart_request_port,