aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/130-watchdog.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:18 +0000
commit91443b20cabdd9a36d8187d0ec88eb287ef08bf9 (patch)
treecb400461fc9583443b41c9b373f7187748eaf00f /target/linux/atheros/patches-3.10/130-watchdog.patch
parenta1189cbd7d737bb4e7283052d4d028516fa19050 (diff)
downloadmaster-187ad058-91443b20cabdd9a36d8187d0ec88eb287ef08bf9.tar.gz
master-187ad058-91443b20cabdd9a36d8187d0ec88eb287ef08bf9.tar.bz2
master-187ad058-91443b20cabdd9a36d8187d0ec88eb287ef08bf9.zip
atheros: constify some static structures
Constify some static structures as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.10/130-watchdog.patch')
-rw-r--r--target/linux/atheros/patches-3.10/130-watchdog.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/130-watchdog.patch b/target/linux/atheros/patches-3.10/130-watchdog.patch
index 2ae6dcc0f0..4b395006b8 100644
--- a/target/linux/atheros/patches-3.10/130-watchdog.patch
+++ b/target/linux/atheros/patches-3.10/130-watchdog.patch
@@ -128,7 +128,7 @@
+ return ret;
+}
+
-+static struct file_operations ar2315_wdt_fops = {
++static const struct file_operations ar2315_wdt_fops = {
+ .owner = THIS_MODULE,
+ .llseek = no_llseek,
+ .write = ar2315_wdt_write,