From 64c6925872a7f557461b41a232de3061a7a73cba Mon Sep 17 00:00:00 2001 From: Paulius Zaleckas Date: Tue, 31 Mar 2009 15:46:57 +0300 Subject: [PATCH] --- yaml --- r: 143067 b: refs/heads/master c: b8f75b0d79671cb53d94e4ddd1db89502a7dc90e h: refs/heads/master i: 143065: d2f0323bf5743dd811914eec0c87cc8150ca9e94 143063: 049659d15e37ce11749531756ba5e61a13011d3b v: v3 --- [refs] | 2 +- trunk/drivers/watchdog/Kconfig | 2 -- trunk/drivers/watchdog/Makefile | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7d6e91bcca95..0d39b9874982 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df6707b2190495037a1c8bb5b6f7756b4b9b73ac +refs/heads/master: b8f75b0d79671cb53d94e4ddd1db89502a7dc90e diff --git a/trunk/drivers/watchdog/Kconfig b/trunk/drivers/watchdog/Kconfig index 63024145215d..5eb8f21da82e 100644 --- a/trunk/drivers/watchdog/Kconfig +++ b/trunk/drivers/watchdog/Kconfig @@ -240,8 +240,6 @@ config ORION5X_WATCHDOG To compile this driver as a module, choose M here: the module will be called orion5x_wdt. -# ARM26 Architecture - # AVR32 Architecture config AT32AP700X_WDT diff --git a/trunk/drivers/watchdog/Makefile b/trunk/drivers/watchdog/Makefile index 806b3eb08536..7f8c56b14f58 100644 --- a/trunk/drivers/watchdog/Makefile +++ b/trunk/drivers/watchdog/Makefile @@ -42,8 +42,6 @@ obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o obj-$(CONFIG_ORION5X_WATCHDOG) += orion5x_wdt.o -# ARM26 Architecture - # AVR32 Architecture obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o