From: Paul Gortmaker Date: Tue, 23 Apr 2019 15:48:31 +0000 (-0400) Subject: watchdog: rtd119x: drop unused module.h include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0b468829c325026e0f2cec7f4e1b3ea2949f6d0d;p=openwrt%2Fstaging%2Fblogic.git watchdog: rtd119x: drop unused module.h include The Kconfig for this driver is: config RTD119X_WATCHDOG bool "Realtek RTD118x/RTD129x watchdog support" ...and hence it doesn't need to include module.h for anything. There are no other signs of unused modular infrastructure. Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: linux-watchdog@vger.kernel.org Signed-off-by: Paul Gortmaker Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/rtd119x_wdt.c b/drivers/watchdog/rtd119x_wdt.c index c4cb23d65218..834b94ff3f90 100644 --- a/drivers/watchdog/rtd119x_wdt.c +++ b/drivers/watchdog/rtd119x_wdt.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include