]> git.baikalelectronics.ru Git - kernel.git/commit
bus: arm-ccn: constify attribute_group structures.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 3 Jul 2017 07:31:05 +0000 (08:31 +0100)
committerPawel Moll <pawel.moll@arm.com>
Mon, 4 Dec 2017 16:38:51 +0000 (16:38 +0000)
commitcdd2ca38bb20e423ae80e7f0015a627f3fd8edee
treead1ea1d8a7efd542165574cace2adb53ae5b3c16
parentf9e9d4ede33f20ad238fc11db0232eaede684940
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>
drivers/bus/arm-ccn.c