diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:06:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:06:18 +0000 |
commit | a6cf23b76c5c16bb81471540d95509a6df3e9d66 (patch) | |
tree | ff226935b31bd6e26cde11ce7da00c9cf5335407 /target/linux/atheros/patches-3.10/130-watchdog.patch | |
parent | f363db009481d43854f0d2f597a50c7a7ef0974e (diff) | |
download | upstream-a6cf23b76c5c16bb81471540d95509a6df3e9d66.tar.gz upstream-a6cf23b76c5c16bb81471540d95509a6df3e9d66.tar.bz2 upstream-a6cf23b76c5c16bb81471540d95509a6df3e9d66.zip |
atheros: constify some static structures
Constify some static structures as suggested by checkpatch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41094
Diffstat (limited to 'target/linux/atheros/patches-3.10/130-watchdog.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/130-watchdog.patch | 2 |
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, |