summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/250-watchdog.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-03-14 07:33:23 +0000
committerJohn Crispin <john@openwrt.org>2011-03-14 07:33:23 +0000
commitba3251a90d93e7b5d30a95a30f250ec6a7b08cf1 (patch)
tree3173b13d5d271ed712e228a86d25ed71f52b8b5b /target/linux/lantiq/patches/250-watchdog.patch
parent9d0b7371e8507a8c65a0ae528e230bc3e26191ca (diff)
downloadmaster-31e0f0ae-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.tar.gz
master-31e0f0ae-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.tar.bz2
master-31e0f0ae-ba3251a90d93e7b5d30a95a30f250ec6a7b08cf1.zip
* fixes arv4510 board support * fixes nor swizzle hack * fixes gpio .can_sleep * fixes compile warning inside pci driver
SVN-Revision: 26157
Diffstat (limited to 'target/linux/lantiq/patches/250-watchdog.patch')
-rw-r--r--target/linux/lantiq/patches/250-watchdog.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches/250-watchdog.patch b/target/linux/lantiq/patches/250-watchdog.patch
index 6f727c4273..510d4e1277 100644
--- a/target/linux/lantiq/patches/250-watchdog.patch
+++ b/target/linux/lantiq/patches/250-watchdog.patch
@@ -117,7 +117,7 @@
+};
+
+static int
-+lq_wdt_ioctl(struct inode *inode, struct file *file,
++lq_wdt_ioctl(struct file *file,
+ unsigned int cmd, unsigned long arg)
+{
+ int ret = -ENOTTY;