atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer...
[openwrt.git] / target / linux / atheros / patches-3.3 / 209_watchdog_fix.patch
1 --- a/drivers/watchdog/ar2315-wtd.c
2 +++ b/drivers/watchdog/ar2315-wtd.c
3 @@ -132,7 +132,7 @@ static struct file_operations ar2315_wdt
4         .owner          = THIS_MODULE,
5         .llseek         = no_llseek,
6         .write          = ar2315_wdt_write,
7 -       .ioctl          = ar2315_wdt_ioctl,
8 +       .unlocked_ioctl = ar2315_wdt_ioctl,
9         .open           = ar2315_wdt_open,
10         .release        = ar2315_wdt_release,
11  };