aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.36
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-21 18:42:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-21 18:42:11 +0000
commitc5cabb4673f63737166e61bd4b7e00cb73d28f50 (patch)
tree5d1ef1e5e0cc196d1a4e4480d2aee4d54ed53f88 /target/linux/ar71xx/patches-2.6.36
parent48c1d5e50cd53955f0ada0723cc1523b053ef814 (diff)
downloadupstream-c5cabb4673f63737166e61bd4b7e00cb73d28f50.tar.gz
upstream-c5cabb4673f63737166e61bd4b7e00cb73d28f50.tar.bz2
upstream-c5cabb4673f63737166e61bd4b7e00cb73d28f50.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36')
-rw-r--r--target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch11
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,
- };