]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 13 Aug 2024 08:19:04 +0000 (11:19 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2024 06:22:50 +0000 (08:22 +0200)
commit98e24a58b597d888f604f0de43fcf5eb5eb204b4
treeccef9b350b27586f1f9bd649f8d36deac9f14cc2
parent77748913d5d157f1315202e54e24359505a09f65
serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()

The definition of the PM operations opens code the existing macro,
replace it with the DEFINE_SIMPLE_DEV_PM_OPS() for setting the driver's
PM routines.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240813081954.1408792-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_bcm2835aux.c