On Sun, 7 Aug 2022 19:56:18 +0100 Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Using this new macro removes the need to mark the callbacks > __maybe_unused. One slightly complexity in this case is that > the export will exist if CONFIG_PM is set, but only be used > if CONFIG_PM_SLEEP is also set. This is harmless. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Lorenzo Bianconi <lorenzo.bianconi83@xxxxxxxxx> Applied