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
commit5571c233e9818ab27a9248a9a172d0ec4704e43f (patch)
tree6eb90d0d54d2524f5fe4cceb0ef8ed640404366e /target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
parent3ad5c63eec0138985a1db60c882c88224cad9537 (diff)
downloadupstream-5571c233e9818ab27a9248a9a172d0ec4704e43f.tar.gz
upstream-5571c233e9818ab27a9248a9a172d0ec4704e43f.tar.bz2
upstream-5571c233e9818ab27a9248a9a172d0ec4704e43f.zip
refresh 2.6.32 patches
SVN-Revision: 22257
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)
{