aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-07-17 17:20:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-07-17 17:20:23 +0000
commitc166479c3249a6c6db8255022d9ad3687096c929 (patch)
treef2480ba304c7580b16d357366b714f431f7a9027 /target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
parentf973535e4d8e1afff0fbecbc6b0b09d0844ab5db (diff)
downloadupstream-c166479c3249a6c6db8255022d9ad3687096c929.tar.gz
upstream-c166479c3249a6c6db8255022d9ad3687096c929.tar.bz2
upstream-c166479c3249a6c6db8255022d9ad3687096c929.zip
[rdc] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch')
-rw-r--r--target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch b/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
index 7d59ab312c..fe7969eadc 100644
--- a/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
+++ b/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
@@ -59,9 +59,9 @@
+ .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
+ .identity = "RDC321x WDT",
+};
-+
-static void rdc321x_wdt_trigger(unsigned long unused)
++
+/* generic helper functions */
+static void rdc321x_wdt_timer(unsigned long unused)
{