summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/yealink.c
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-07-10 20:18:03 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-07-12 14:18:29 -0700
commitb06ae14803a264a61fa4c9fbb6a2304c78851bac (patch)
tree6b343a1229b25efd1b8de0d72a3793ae24b711ea /drivers/input/misc/yealink.c
parent0d4b8e36b9861d678c454d6bb4c4849827071ebd (diff)
downloadop-kernel-dev-b06ae14803a264a61fa4c9fbb6a2304c78851bac.zip
op-kernel-dev-b06ae14803a264a61fa4c9fbb6a2304c78851bac.tar.gz
Input: ims-pcu - constify attribute_group structures
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by <linux/sysfs.h> work with const attribute_group. So mark the non-const structs as const. File size before: text data bss dec hex filename 13547 1600 0 15147 3b2b drivers/input/misc/ims-pcu.o File size After adding 'const': text data bss dec hex filename 13675 1472 0 15147 3b2b drivers/input/misc/ims-pcu.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/yealink.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud