diff options
Diffstat (limited to 'target/linux/atheros/patches-3.3/130-watchdog.patch')
-rw-r--r-- | target/linux/atheros/patches-3.3/130-watchdog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.3/130-watchdog.patch b/target/linux/atheros/patches-3.3/130-watchdog.patch index ba33fc59f7..206d274758 100644 --- a/target/linux/atheros/patches-3.3/130-watchdog.patch +++ b/target/linux/atheros/patches-3.3/130-watchdog.patch @@ -135,7 +135,7 @@ + .owner = THIS_MODULE, + .llseek = no_llseek, + .write = ar2315_wdt_write, -+ .ioctl = ar2315_wdt_ioctl, ++ .unlocked_ioctl = ar2315_wdt_ioctl, + .open = ar2315_wdt_open, + .release = ar2315_wdt_release, +}; |