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-08-31 14:10:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-31 14:10:07 +0000
commitc62dbceb0e9e14ce10e3454a3c18ce384dff7b34 (patch)
tree35497ec1d154fcd802c3b2b1bf6c603895373d9e /target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
parent8bea97ace334e352fcaba6e649968d1e988e1a6b (diff)
downloadupstream-c62dbceb0e9e14ce10e3454a3c18ce384dff7b34.tar.gz
upstream-c62dbceb0e9e14ce10e3454a3c18ce384dff7b34.tar.bz2
upstream-c62dbceb0e9e14ce10e3454a3c18ce384dff7b34.zip
[rdc] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22851 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 fe7969eadc..7d59ab312c 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)
{