X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2ac9a1a7b37354ffbbcb10f1f2d8668f13ee9c11..c45b60efa60390a92e25f7138c2acd9f1029659a:/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) {