diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-11 05:18:03 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-07-12 23:18:29 +0200 |
commit | b06ae14803a264a61fa4c9fbb6a2304c78851bac (patch) | |
tree | 6b343a1229b25efd1b8de0d72a3793ae24b711ea /drivers/input/misc/pm8941-pwrkey.c | |
parent | Input: synaptics-rmi4 - constify attribute_group structures in F01 (diff) | |
download | linux-b06ae14803a264a61fa4c9fbb6a2304c78851bac.tar.xz linux-b06ae14803a264a61fa4c9fbb6a2304c78851bac.zip |
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/pm8941-pwrkey.c')
0 files changed, 0 insertions, 0 deletions