]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: da9055_wdt needs to select WATCHDOG_CORE
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 28 Jan 2013 16:29:48 +0000 (08:29 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 28 Jan 2013 21:03:21 +0000 (22:03 +0100)
commita8622e191bd0b75782897d5eaf35b9353c26500b
tree4a7e051ab06192512c3fcbe27bc400fc5007e626
parente16f88b71a624e16f7ef90a55d98166ca3a2babf
watchdog: da9055_wdt needs to select WATCHDOG_CORE

DA9055_WATCHDOG needs to select WATCHDOG_CORE so that it will
build cleanly.  Fixes these build errors:

da9055_wdt.c:(.text+0xe9bc7): undefined reference to `watchdog_unregister_device'
da9055_wdt.c:(.text+0xe9f4b): undefined reference to `watchdog_register_device'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
drivers/watchdog/Kconfig