Re: [PATCH v2] iio: cros_ec: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Tzung-Bi Shih <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,dev.linux.lists.chrome-platform,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 25, 2026 at 08:27:24AM +0700, Triet Hoang wrote: > Convert deprecated SIMPLE_DEV_PM_OPS to DEFINE_SIMPLE_DEV_PM_OPS > and pm_sleep_ptr(). This needs to update accordingly: SIMPLE_DEV_PM_OPS() + EXPORT_SYMBOL_GPL() -> EXPORT_GPL_SIMPLE_DEV_PM_OPS(). > > This lets us drop the __maybe_unused annotations from the resume callbacks, > and reduces kernel size when CONFIG_PM or CONFIG_PM_SLEEP is disabled. > > Signed-off-by: Triet Hoang <[email protected]> With a nit in the commit message, Reviewed-by: Tzung-Bi Shih <[email protected]>