X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Frdc%2Fpatches-2.6.32%2F110-rdc321x_watchdog_fix.patch;h=7d59ab312c4c881cf9f48831d1d7b42845131eb8;hb=685d598adda292d55b6f3a9f62f1d63d1329568d;hp=fe7969eadc6b00872126c65e4da3c4f718c0a48e;hpb=c0411f877fd8091aa925596b30fd7494f5ef7567;p=openwrt%2Fopenwrt.git 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 fe7969eadc..7d59ab312c 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) {