diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:42:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:42:11 +0000 |
commit | 8858d90afe5a6747f3b96c369a1a64ad25f4d0ad (patch) | |
tree | 9dc1bba9937f5957c0b3fbe3f3662306088d3208 /target/linux/ar71xx/patches-2.6.36 | |
parent | 0ee2fda5e1f6aa62cc401853aead1468ca991eb7 (diff) | |
download | upstream-8858d90afe5a6747f3b96c369a1a64ad25f4d0ad.tar.gz upstream-8858d90afe5a6747f3b96c369a1a64ad25f4d0ad.tar.bz2 upstream-8858d90afe5a6747f3b96c369a1a64ad25f4d0ad.zip |
ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port patch to the 2.6.36 patches, add a backport patch to 2.6.32
SVN-Revision: 23574
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch b/target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch deleted file mode 100644 index f0f37f41ea..0000000000 --- a/target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/watchdog/ar71xx_wdt.c -+++ b/drivers/watchdog/ar71xx_wdt.c -@@ -197,7 +197,7 @@ static int ar71xx_wdt_ioctl(struct inode - static const struct file_operations ar71xx_wdt_fops = { - .owner = THIS_MODULE, - .write = ar71xx_wdt_write, -- .ioctl = ar71xx_wdt_ioctl, -+ .unlocked_ioctl = ar71xx_wdt_ioctl, - .open = ar71xx_wdt_open, - .release = ar71xx_wdt_release, - }; |