projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
atheros: clean up the patches some more
[openwrt/svn-archive/archive.git]
/
target
/
linux
/
atheros
/
patches-3.3
/
130-watchdog.patch
diff --git
a/target/linux/atheros/patches-3.3/130-watchdog.patch
b/target/linux/atheros/patches-3.3/130-watchdog.patch
index
ba33fc5
..
206d274
100644
(file)
--- a/
target/linux/atheros/patches-3.3/130-watchdog.patch
+++ b/
target/linux/atheros/patches-3.3/130-watchdog.patch
@@
-135,7
+135,7
@@
+ .owner = THIS_MODULE,
+ .llseek = no_llseek,
+ .write = ar2315_wdt_write,
-+ .
ioctl
= ar2315_wdt_ioctl,
++ .
unlocked_ioctl
= ar2315_wdt_ioctl,
+ .open = ar2315_wdt_open,
+ .release = ar2315_wdt_release,
+};