diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-11 06:18:03 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-07-13 00:18:29 +0300 |
commit | b06ae14803a264a61fa4c9fbb6a2304c78851bac (patch) | |
tree | 6b343a1229b25efd1b8de0d72a3793ae24b711ea /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 0d4b8e36b9861d678c454d6bb4c4849827071ebd (diff) | |
download | linux-b06ae14803a264a61fa4c9fbb6a2304c78851bac.tar.xz |
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 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions