mirror of https://github.com/hak5/openwrt.git
parent
3ad5c63eec
commit
5571c233e9
|
@ -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…
Reference in New Issue