summaryrefslogtreecommitdiff
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
commit685d598adda292d55b6f3a9f62f1d63d1329568d (patch)
treefb94f41e7eea035332fce15f6cd6cba6a149030f /target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch
parentc0411f877fd8091aa925596b30fd7494f5ef7567 (diff)
downloadmtk-20170518-685d598adda292d55b6f3a9f62f1d63d1329568d.zip
mtk-20170518-685d598adda292d55b6f3a9f62f1d63d1329568d.tar.gz
mtk-20170518-685d598adda292d55b6f3a9f62f1d63d1329568d.tar.bz2
refresh 2.6.32 patches
SVN-Revision: 22851
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 fe7969e..7d59ab3 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)
{