summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-08-07 11:54:15 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-10 11:31:27 -0700
commitf892a9bc41c7fbd1c918a134e754ec3dc9adfcea (patch)
tree02f6f88b9473f15b374de7022eaa95137ba8d417 /drivers/uwb
parent95aa932c93d2a138579d51d4ff922ef0fb1ddd3c (diff)
downloadop-kernel-dev-f892a9bc41c7fbd1c918a134e754ec3dc9adfcea.zip
op-kernel-dev-f892a9bc41c7fbd1c918a134e754ec3dc9adfcea.tar.gz
uwb: lc-rc: constify attribute_group structures.
attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by <linux/sysfs.h> work with const attribute_group. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb')
-rw-r--r--drivers/uwb/lc-rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/lc-rc.c b/drivers/uwb/lc-rc.c
index 97ee1b4..b0816c7 100644
--- a/drivers/uwb/lc-rc.c
+++ b/drivers/uwb/lc-rc.c
@@ -228,7 +228,7 @@ static struct attribute *rc_attrs[] = {
NULL,
};
-static struct attribute_group rc_attr_group = {
+static const struct attribute_group rc_attr_group = {
.attrs = rc_attrs,
};
OpenPOWER on IntegriCloud