diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-07-03 10:31:05 +0300 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2017-12-04 19:38:51 +0300 |
commit | 8a84bf45143b6b3552a806ab73181d7c7b6020ff (patch) | |
tree | ad1ea1d8a7efd542165574cace2adb53ae5b3c16 /drivers/gpu/ipu-v3/ipu-pre.c | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-8a84bf45143b6b3552a806ab73181d7c7b6020ff.tar.xz |
bus: arm-ccn: 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
9074 5592 416 15082 3aea drivers/bus/arm-ccn.o
File size After adding 'const':
text data bss dec hex filename
9327 5336 416 15079 3ae7 drivers/bus/arm-ccn.o
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'drivers/gpu/ipu-v3/ipu-pre.c')
0 files changed, 0 insertions, 0 deletions