On Fri, Aug 26, 2022 at 08:07:13PM +0300, Andy Shevchenko wrote: > Using these newer macros allows the compiler to remove the unused > structure and functions when !CONFIG_PM_SLEEP + removes the need to > mark pm functions __maybe_unused. > > Signed-off-by: Andy Shevchenko > Reviewed-by: Uwe Kleine-König > --- > v2: added tag (Uwe) > drivers/pwm/sysfs.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied, thanks. Thierry