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-11-07 22:41:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-11-07 22:41:28 +0000
commit58aa0fff4a5b2163798b264d8778f25bd66c2ac3 (patch)
treeb23efd35cc25d015b232afe6215b96f0e8442aa8 /target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
parente44f1e63c112dd4fa86e2edbcaa743e569245c44 (diff)
downloadupstream-58aa0fff4a5b2163798b264d8778f25bd66c2ac3.tar.gz
upstream-58aa0fff4a5b2163798b264d8778f25bd66c2ac3.tar.bz2
upstream-58aa0fff4a5b2163798b264d8778f25bd66c2ac3.zip
[rdc] refresh patches, remove 015-r6040_fix_multicast.patch (upstreamed)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23918 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)
{