Skip to content

Commit

Permalink
watchdog: remove ixp2000 driver
Browse files Browse the repository at this point in the history
The platform is removed, so there are no users of this driver.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Rob Herring authored and Wim Van Sebroeck committed May 23, 2012
1 parent 62a9aeb commit 065e823
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 227 deletions.
11 changes: 0 additions & 11 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,6 @@ config 977_WATCHDOG

Not sure? It's safe to say N.

config IXP2000_WATCHDOG
tristate "IXP2000 Watchdog"
depends on ARCH_IXP2000
help
Say Y here if to include support for the watchdog timer
in the Intel IXP2000(2400, 2800, 2850) network processors.
This driver can be built as a module by choosing M. The module
will be called ixp2000_wdt.

Say N if you are unsure.

config IXP4XX_WATCHDOG
tristate "IXP4xx Watchdog"
depends on ARCH_IXP4XX
Expand Down
1 change: 0 additions & 1 deletion drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o
obj-$(CONFIG_TWL4030_WATCHDOG) += twl4030_wdt.o
obj-$(CONFIG_21285_WATCHDOG) += wdt285.o
obj-$(CONFIG_977_WATCHDOG) += wdt977.o
obj-$(CONFIG_IXP2000_WATCHDOG) += ixp2000_wdt.o
obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o
obj-$(CONFIG_KS8695_WATCHDOG) += ks8695_wdt.o
obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o
Expand Down
215 changes: 0 additions & 215 deletions drivers/watchdog/ixp2000_wdt.c

This file was deleted.

0 comments on commit 065e823

Please sign in to comment.