]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: pdc_stable: constify attribute_group structures.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 11 Jul 2017 09:00:34 +0000 (14:30 +0530)
committerHelge Deller <deller@gmx.de>
Sun, 23 Jul 2017 19:02:17 +0000 (21:02 +0200)
commit19a5c6c0a7fdcc7f8e295442372e26dcacc6f18b
tree4cd7147094594c512d561aa76627167245e76a44
parentc0b69b216d3f80309f37e6992321e5aaf2265dc9
parisc: pdc_stable: 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.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/pdc_stable.c