On Sun, Aug 7, 2022 at 9:10 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > As these exports are only relevant to core module and users in the > bus specific modules, move them out of the main kernel namespace. > > Includes using EXPORT_NS_GPL_DEV_PM_OPS() and the simplifications that > brings by allowing the compiler to remove unused struct dev_pm_ops > and callbacks without needing explicit __maybe_unused markings. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@xxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Looks good! Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij