]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: pch_uart: Remove legacy PM hook
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 Jan 2025 14:13:12 +0000 (16:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Feb 2025 13:38:36 +0000 (14:38 +0100)
commitf0c8814c1c24999aaff2f04b5bdb1d0da2b6a030
tree9e4dfa89461d7019fea464a4bfd9d41452665f61
parent18423f825015c8efdaf5c8f692657ad3d2d23100
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>
drivers/tty/serial/pch_uart.c