Re: [PATCH v4] 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 Fri, Aug 28, 2026 at 09:13:49AM +0700, Triet Hoang wrote: > Convert deprecated SIMPLE_DEV_PM_OPS() to DEFINE_SIMPLE_DEV_PM_OPS() > and pm_sleep_ptr(). Also replace SIMPLE_DEV_PM_OPS() + EXPORT_SYMBOL_GPL() > with EXPORT_GPL_SIMPLE_DEV_PM_OPS(). > > This allows us to drop the __maybe_unused annotations from the resume callback. > This is a straightforward cleanup with no functional change intended. > > Signed-off-by: Triet Hoang <[email protected]> Reviewed-by: Tzung-Bi Shih <[email protected]>