OSDN Git Service

watchdog: xen_wdt: fix potential build failure
authorRadu Rendec <radu.rendec@gmail.com>
Mon, 19 Feb 2018 14:38:51 +0000 (14:38 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 19 Feb 2018 16:44:00 +0000 (17:44 +0100)
commit4cd6764495f2b6c2d3dc4fdd339f78764f7995d5
tree5c305cc61791af75305d699f8322869b4a9adc65
parent7e2e5158e700f2196dff3b68ac07405575e09c22
watchdog: xen_wdt: fix potential build failure

xen_wdt 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/xen_wdt.ko] undefined!
ERROR: "watchdog_init_timeout" [drivers/watchdog/xen_wdt.ko] undefined!

Fix this by selecting CONFIG_WATCHDOG_CORE when CONFIG_XEN_WDT is set.

Fixes: 18cffd68e0c4 ("watchdog: xen_wdt: use the watchdog subsystem")
Signed-off-by: Radu Rendec <radu.rendec@gmail.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@iguana.be>
drivers/watchdog/Kconfig