]> www.infradead.org Git - users/jedix/linux-maple.git/commit
accel: constify the struct device_type usage
authorRicardo B. Marliere <ricardo@marliere.net>
Mon, 19 Feb 2024 19:48:28 +0000 (16:48 -0300)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 26 Feb 2024 07:59:18 +0000 (09:59 +0200)
commit576d7cc5a9e29e4cc579ffb0f9afc209e34eea31
tree5e3c6478b1a2db2441fed395560472a81b15d54c
parentfa58b59493665e81454079ad372b11a0ed34bd2d
accel: constify the struct device_type usage

Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
core can properly handle constant struct device_type. Move the
accel_sysfs_device_minor variable to be a constant structure as well,
placing it into read-only memory which can not be modified at runtime.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/accel/drm_accel.c