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: pch_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/20250117141313.592645-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
f0c8814c 18423f82

-1
-1
drivers/tty/serial/pch_uart.c
··· 1515 1515 .startup = pch_uart_startup, 1516 1516 .shutdown = pch_uart_shutdown, 1517 1517 .set_termios = pch_uart_set_termios, 1518 - /* .pm = pch_uart_pm, Not supported yet */ 1519 1518 .type = pch_uart_type, 1520 1519 .release_port = pch_uart_release_port, 1521 1520 .request_port = pch_uart_request_port,