Hi, A finishing touch of my previous work that removed #ifdef guards around PM functions. Some drivers were not updated. With this patchset all watchdog drivers are now converted to use the new PM macros. Cheers, -Paul Paul Cercueil (4): watchdog: at91rm9200: Remove #ifdef guards for PM related functions watchdog: twl4030: Remove #ifdef guards for PM related functions watchdog: omap: Remove #ifdef guards for PM related functions watchdog: kempld: Remove #ifdef guards for PM related functions drivers/watchdog/at91rm9200_wdt.c | 11 ++--------- drivers/watchdog/db8500_wdt.c | 9 ++------- drivers/watchdog/kempld_wdt.c | 11 ++--------- drivers/watchdog/omap_wdt.c | 11 ++--------- drivers/watchdog/twl4030_wdt.c | 9 ++------- 5 files changed, 10 insertions(+), 41 deletions(-) -- 2.35.1