summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-04-05 11:27:37 -0700
committerWim Van Sebroeck <wim@iguana.be>2014-06-10 21:46:26 +0200
commit7285fae9345e030c6e215a9a4e5fe69b8db92bb5 (patch)
treeee8c6770578a485e8a4e2514a6d23c2a6d89b7f8 /drivers/watchdog/Makefile
parentbe281588d0bb21ccb07b1747939e0c919c2203fc (diff)
downloadop-kernel-dev-7285fae9345e030c6e215a9a4e5fe69b8db92bb5.zip
op-kernel-dev-7285fae9345e030c6e215a9a4e5fe69b8db92bb5.tar.gz
watchdog: Remove drivers for W83697HF and W83697UG
Since both chips are now supported by the w83627hf watchdog driver, the chip specific drivers are no longer needed and can be removed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 1b5f3d5..1384531 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -107,8 +107,6 @@ obj-$(CONFIG_SMSC_SCH311X_WDT) += sch311x_wdt.o
obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o
obj-$(CONFIG_VIA_WDT) += via_wdt.o
obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
-obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o
-obj-$(CONFIG_W83697UG_WDT) += w83697ug_wdt.o
obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
obj-$(CONFIG_MACHZ_WDT) += machzwd.o
OpenPOWER on IntegriCloud