1
0
Fork 0
alistair23-linux/drivers/most
Rikard Falkeborn 26c2e92261 most: core: Constify static attribute_group structs
The only usage of these is to put their addresses in arrays of pointers
to const attribute_groups. Make them const to allow the compiler to put
them in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210108221512.18811-1-rikard.falkeborn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-01-26 19:24:51 +01:00
..
Kconfig drivers: most: add character device interface driver 2020-09-07 15:16:26 +02:00
Makefile drivers: most: add character device interface driver 2020-09-07 15:16:26 +02:00
configfs.c
core.c most: core: Constify static attribute_group structs 2021-01-26 19:24:51 +01:00
most_cdev.c drivers: most: add character device interface driver 2020-09-07 15:16:26 +02:00
most_usb.c drivers: most: add USB adapter driver 2020-07-31 14:38:12 +02:00