summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-19 11:13:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-19 11:13:51 +0000
commitc266659be8e5fb538ca79040f2f2f334a9e11d20 (patch)
tree5fe6afe80f18c900944b30011f0067afac335546 /target
parent9dc4917da8a85552aa733b269c985cebb35f00c5 (diff)
downloadmaster-31e0f0ae-c266659be8e5fb538ca79040f2f2f334a9e11d20.tar.gz
master-31e0f0ae-c266659be8e5fb538ca79040f2f2f334a9e11d20.tar.bz2
master-31e0f0ae-c266659be8e5fb538ca79040f2f2f334a9e11d20.zip
2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)
SVN-Revision: 11870
Diffstat (limited to 'target')
-rw-r--r--target/linux/rb532/patches-2.6.23/520-rc32434_wdt.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/rb532/patches-2.6.23/520-rc32434_wdt.patch b/target/linux/rb532/patches-2.6.23/520-rc32434_wdt.patch
index 3ea431490e..32ee23adb7 100644
--- a/target/linux/rb532/patches-2.6.23/520-rc32434_wdt.patch
+++ b/target/linux/rb532/patches-2.6.23/520-rc32434_wdt.patch
@@ -8,10 +8,10 @@ Index: linux-2.6.23.17/arch/mips/kernel/time.c
EXPORT_SYMBOL(rtc_mips_get_time);
+EXPORT_SYMBOL(mips_hpt_frequency);
+
-Index: linux-2.6.23.17/drivers/watchdog/Kconfig
+Index: linux-2.6.23.17/drivers/char/watchdog/Kconfig
===================================================================
---- linux-2.6.23.17.orig/drivers/watchdog/Kconfig
-+++ linux-2.6.23.17/drivers/watchdog/Kconfig
+--- linux-2.6.23.17.orig/drivers/char/watchdog/Kconfig
++++ linux-2.6.23.17/drivers/char/watchdog/Kconfig
@@ -647,6 +647,19 @@ config WATCHDOG_RTAS
To compile this driver as a module, choose M here. The module
will be called wdrtas.
@@ -32,10 +32,10 @@ Index: linux-2.6.23.17/drivers/watchdog/Kconfig
# S390 Architecture
config ZVM_WATCHDOG
-Index: linux-2.6.23.17/drivers/watchdog/Makefile
+Index: linux-2.6.23.17/drivers/char/watchdog/Makefile
===================================================================
---- linux-2.6.23.17.orig/drivers/watchdog/Makefile
-+++ linux-2.6.23.17/drivers/watchdog/Makefile
+--- linux-2.6.23.17.orig/drivers/char/watchdog/Makefile
++++ linux-2.6.23.17/drivers/char/watchdog/Makefile
@@ -90,6 +90,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc
obj-$(CONFIG_INDYDOG) += indydog.o
obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o