]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
watchdog: rtd119x: drop unused module.h include
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 23 Apr 2019 15:48:31 +0000 (11:48 -0400)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:10:34 +0000 (21:10 +0200)
commit0b468829c325026e0f2cec7f4e1b3ea2949f6d0d
treeb08a8106d9a35476aba8af850ad678d6d4d04407
parent3b02dceec2126200838fbbab1fad0f81e76f1c89
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 <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-watchdog@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/rtd119x_wdt.c