]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
watchdog: sp5100_tco.c: fix potential build failure
authorWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 19 Feb 2018 16:04:33 +0000 (17:04 +0100)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 19 Feb 2018 16:44:05 +0000 (17:44 +0100)
isp5100_tco.c  uses watchdog core functions (from watchdog_core.c) and, when
compiled without CONFIG_WATCHDOG_CORE being set, it produces the
following build error:

ERROR: "devm_watchdog_register_device" [drivers/watchdog/sp5100_tco.ko] undefined!
ERROR: "watchdog_init_timeout" [drivers/watchdog/sp5100_tco.ko] undefined!

Fix this by selecting CONFIG_WATCHDOG_CORE.

Fixes: 7cd9d5fff792 ("watchdog: sp5100_tco: Convert to use watchdog subsystem")
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig

index 3d984cdea0cad4fcb928943cf32aec3d198208ce..37460cd6cabb806ecdf536f5a44019ff845164b9 100644 (file)
@@ -904,6 +904,7 @@ config F71808E_WDT
 config SP5100_TCO
        tristate "AMD/ATI SP5100 TCO Timer/Watchdog"
        depends on X86 && PCI
+       select WATCHDOG_CORE
        ---help---
          Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO
          (Total Cost of Ownership) timer is a watchdog timer that will reboot