summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-06-12 19:17:57 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-06-12 19:17:57 +0000
commit6a5112a75054f4315c5042dcb83837dc35e0c488 (patch)
tree37d00c9aac134a7b17b855da089886dcfe2c33c1 /target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch
parentd3b8685cd79e04f6c215e13220b9ba8784ea7e0a (diff)
downloadmaster-31e0f0ae-6a5112a75054f4315c5042dcb83837dc35e0c488.tar.gz
master-31e0f0ae-6a5112a75054f4315c5042dcb83837dc35e0c488.tar.bz2
master-31e0f0ae-6a5112a75054f4315c5042dcb83837dc35e0c488.zip
cleanup files using checkpatch.pl
SVN-Revision: 27162
Diffstat (limited to 'target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch b/target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch
index 1d09b02680..33e7c715d9 100644
--- a/target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch
+++ b/target/linux/adm5120/patches-2.6.38/930-2_6_36_ports.patch
@@ -22,14 +22,14 @@
#define NO_IRQ (-1)
--- a/drivers/watchdog/adm5120_wdt.c
+++ b/drivers/watchdog/adm5120_wdt.c
-@@ -167,7 +167,7 @@ static struct file_operations wdt_fops =
- owner: THIS_MODULE,
- llseek: no_llseek,
- write: wdt_write,
-- ioctl: wdt_ioctl,
-+ unlocked_ioctl: wdt_ioctl,
- open: wdt_open,
- release: wdt_release,
+@@ -166,7 +166,7 @@ static const struct file_operations wdt_
+ .owner = THIS_MODULE,
+ .llseek = no_llseek,
+ .write = wdt_write,
+- .ioctl = wdt_ioctl,
++ .unlocked_ioctl = wdt_ioctl,
+ .open = wdt_open,
+ .release = wdt_release,
};
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms