diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-08 12:15:18 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-08 12:15:18 +0000 |
commit | dc0e63012374fe02daa6b302d8e9085d3a703bf2 (patch) | |
tree | d4ce89af99e355b040d9b6414af32dd70474fa3d | |
parent | a43f5b5038a93c52b5d45bcbcff78adb6410c43c (diff) | |
download | upstream-dc0e63012374fe02daa6b302d8e9085d3a703bf2.tar.gz upstream-dc0e63012374fe02daa6b302d8e9085d3a703bf2.tar.bz2 upstream-dc0e63012374fe02daa6b302d8e9085d3a703bf2.zip |
linux/ar71xx: (2.6.36) add a missed patch
SVN-Revision: 23319
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..f0f37f41ea --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch @@ -0,0 +1,11 @@ +--- 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, + }; |