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