refresh 2.6.32 patches

SVN-Revision: 22851
master
Florian Fainelli 14 years ago
parent c0411f877f
commit 685d598add
  1. 2
      target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch

@ -59,9 +59,9 @@
+ .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, + .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
+ .identity = "RDC321x WDT", + .identity = "RDC321x WDT",
+}; +};
+
-static void rdc321x_wdt_trigger(unsigned long unused) -static void rdc321x_wdt_trigger(unsigned long unused)
+
+/* generic helper functions */ +/* generic helper functions */
+static void rdc321x_wdt_timer(unsigned long unused) +static void rdc321x_wdt_timer(unsigned long unused)
{ {

Loading…
Cancel
Save