Re: [PATCH 0/4] drivers/perf: Constify static struct attribute_group

2021-01-20 Thread Will Deacon
On Sun, 17 Jan 2021 22:28:43 +0100, Rikard Falkeborn wrote: > Thie series makes a number of static struct attribute_group const. The > only usage of the structs is to put their address in an array of pointers > to const struct * attribute_group. With this series applied, all but two > static struct

[PATCH 0/4] drivers/perf: Constify static struct attribute_group

2021-01-17 Thread Rikard Falkeborn
Thie series makes a number of static struct attribute_group const. The only usage of the structs is to put their address in an array of pointers to const struct * attribute_group. With this series applied, all but two static struct attribute_group in drivers/perf are const (and the two remaining ar