Hello, this series converts three drivers to use devm_watchdog_register_device(). This allows to drop their remove callback. Best regards Uwe Uwe Kleine-König (3): watchdog: bcm47xx: Simplify using devm_watchdog_register_device() watchdog: rn5t618: Simplify using devm_watchdog_register_device() watchdog: wm8350: Simplify using devm_watchdog_register_device() drivers/watchdog/bcm47xx_wdt.c | 12 +----------- drivers/watchdog/rn5t618_wdt.c | 12 +----------- drivers/watchdog/wm8350_wdt.c | 9 +-------- 3 files changed, 3 insertions(+), 30 deletions(-) base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6 -- 2.39.1