bcma: make bcma_bus_type const
authorRicardo B. Marliere <ricardo@marliere.net>
Sun, 4 Feb 2024 20:57:23 +0000 (17:57 -0300)
committerKalle Valo <kvalo@kernel.org>
Tue, 6 Feb 2024 18:07:35 +0000 (20:07 +0200)
commit06b5b2942cf2b0878bd5bda2d35ffdb997874012
tree991754a8433d0f267554cf9974ee82a00b7b23bd
parent78092e68557b9d062b8c4058be609254c804f14b
bcma: make bcma_bus_type const

Now that the driver core can properly handle constant struct bus_type,
move the bcma_bus_type 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>
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240204-bus_cleanup-bcma-v1-1-0d881c793190@marliere.net
drivers/bcma/main.c