linux/drivers/rapidio
Ivan Orlov d712d20521 rapidio: make all 'class' structures const
Now that the driver core allows for struct class to be in read-only
memory, making all 'class' structures to be declared at build time
placing them into read-only memory, instead of having to be dynamically
allocated at load time.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230810195103.27069-1-ivan.orlov0322@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-10-05 13:51:35 +02:00
..
devices rapidio: make all 'class' structures const 2023-10-05 13:51:35 +02:00
switches
Kconfig
Makefile
rio_cm.c rapidio: make all 'class' structures const 2023-10-05 13:51:35 +02:00
rio-access.c
rio-driver.c drivers: remove struct module * setting from struct class 2023-03-17 15:16:27 +01:00
rio-scan.c
rio-sysfs.c driver core: bus: mark the struct bus_type for sysfs callbacks as constant 2023-03-23 13:20:40 +01:00
rio.c rapidio: rio: fix possible name leak in rio_register_mport() 2022-11-30 16:13:17 -08:00
rio.h