X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/16309e55e6c32a2d401145e25fc2f72a502a6d63..f802d1905de74153739f36dcbda42767bb0a800b:/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 7d59ab312..fe7969ead 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) {