diff options
author | Philipp Hachtmann <phacht@de.ibm.com> | 2014-06-05 05:01:43 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-06-10 04:48:29 -0400 |
commit | f7a94db4e9594fd4b67e715d7b26864b7bd74a75 (patch) | |
tree | 78fb2427c31a5c9ba3625725094a899ec111d951 /drivers/watchdog/Makefile | |
parent | f2485f5d1c62bb8cccd452616892cdaf2466a090 (diff) |
s390/watchdog: use watchdog API
Converted the vmwatchdog driver to use the kernel's watchdog API.
Signed-off-by: Philipp Hachtmann <phacht@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 1b5f3d5efad5..5a7fb1f611c5 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -154,6 +154,7 @@ obj-$(CONFIG_MEN_A21_WDT) += mena21_wdt.o | |||
154 | obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o | 154 | obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o |
155 | 155 | ||
156 | # S390 Architecture | 156 | # S390 Architecture |
157 | obj-$(CONFIG_DIAG288_WATCHDOG) += diag288_wdt.o | ||
157 | 158 | ||
158 | # SUPERH (sh + sh64) Architecture | 159 | # SUPERH (sh + sh64) Architecture |
159 | obj-$(CONFIG_SH_WDT) += shwdt.o | 160 | obj-$(CONFIG_SH_WDT) += shwdt.o |