mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 02:44:59 +02:00
linux/ar71xx: (2.6.36) add a missed patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23319 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b757185a71
commit
5bf8128fbd
11
target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch
Normal file
11
target/linux/ar71xx/patches-2.6.36/209_watchdog_fix.patch
Normal file
@ -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,
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user