diff options
author | 2017-07-11 16:18:17 +0530 | |
---|---|---|
committer | 2017-07-11 09:22:52 -0700 | |
commit | 4b7942d8d1ced3c82495953cb0bb90e7de6dbba6 (patch) | |
tree | 6ed297f3a58a2ea1a802f17034a98bb25fdefded /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | platform/x86: samsung-laptop: constify attribute_group structures. (diff) | |
download | linux-dev-4b7942d8d1ced3c82495953cb0bb90e7de6dbba6.tar.xz linux-dev-4b7942d8d1ced3c82495953cb0bb90e7de6dbba6.zip |
platform/x86: alienware-wmi: 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
6932 1016 48 7996 1f3c drivers/platform/x86/alienware-wmi.o
File size After adding 'const':
text data bss dec hex filename
7060 888 48 7996 1f64 drivers/platform/x86/alienware-wmi.o
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions