On Mon, Nov 20, 2023 at 07:15:31PM +0200, Andy Shevchenko wrote: > Since pm.h provides a helper for system no-IRQ PM callbacks, > switch the driver to use it instead of open coded variant. ... > +EXPORT_GPL_DEV_PM_OPS(mtk_eint_pm_ops) = { > +EXPORT_GPL_DEV_PM_OPS(mtk_paris_pinctrl_pm_ops) = { These should be EXPORT_GPL_DEV_SLEEP_PM_OPS(). I'll fix it in next version. -- With Best Regards, Andy Shevchenko