atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer...
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-2.6.37 / 209_watchdog_fix.patch
diff --git a/target/linux/atheros/patches-2.6.37/209_watchdog_fix.patch b/target/linux/atheros/patches-2.6.37/209_watchdog_fix.patch
deleted file mode 100644 (file)
index bad20e3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/watchdog/ar2315-wtd.c
-+++ b/drivers/watchdog/ar2315-wtd.c
-@@ -132,7 +132,7 @@ static struct file_operations ar2315_wdt
-       .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,
- };