X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b123f2edc5c437ba5139b9a37c35fa5b3bd752fd..ec60b6b300e7e4acedc6205606140727fc170e87:/target/linux/rdc/patches-2.6.32/110-rdc321x_watchdog_fix.patch 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 fe7969ead..7d59ab312 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) {