diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-10 20:18:03 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-07-12 14:18:29 -0700 |
commit | b06ae14803a264a61fa4c9fbb6a2304c78851bac (patch) | |
tree | 6b343a1229b25efd1b8de0d72a3793ae24b711ea /drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | |
parent | 0d4b8e36b9861d678c454d6bb4c4849827071ebd (diff) |
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/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c')
0 files changed, 0 insertions, 0 deletions