soc: qcom: apr: make aprbus const
authorRicardo B. Marliere <ricardo@marliere.net>
Tue, 13 Feb 2024 14:44:01 +0000 (11:44 -0300)
committerBjorn Andersson <andersson@kernel.org>
Wed, 14 Feb 2024 05:38:03 +0000 (23:38 -0600)
commitd2e8899de71cd0a3c22a0eadfb9d54604d34eb96
tree2df101b910df782687ec618648412a6844253819
parent0ebeba917f030811f9ea30cd6c435e5b9ebbed43
soc: qcom: apr: make aprbus const

Since commit d492cc2573a0 ("driver core: device.h: make struct
bus_type a const *"), the driver core can properly handle constant
struct bus_type, move the aprbus 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>
Link: https://lore.kernel.org/r/20240213-bus_cleanup-apr-v1-1-50c824eec06d@marliere.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/apr.c
include/linux/soc/qcom/apr.h