Skip to content

Commit

Permalink
watchdog: adx_wdt.c: remove driver
Browse files Browse the repository at this point in the history
Remove the driver (that was added in v2.6.32) since the architecture
has never been merged into mainline.

Reported-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed Nov 15, 2011
1 parent 7f80850 commit 943ef2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 363 deletions.
7 changes: 0 additions & 7 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,6 @@ config NUC900_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called nuc900_wdt.

config ADX_WATCHDOG
tristate "Avionic Design Xanthos watchdog"
depends on ARCH_PXA_ADX
help
Say Y here if you want support for the watchdog timer on Avionic
Design Xanthos boards.

config TS72XX_WATCHDOG
tristate "TS-72XX SBC Watchdog"
depends on MACH_TS72XX
Expand Down
1 change: 0 additions & 1 deletion drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o
obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o
obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o

Expand Down
355 changes: 0 additions & 355 deletions drivers/watchdog/adx_wdt.c

This file was deleted.

0 comments on commit 943ef2e

Please sign in to comment.