of/address: Constify of_busses[] array and pointers
authorRob Herring (Arm) <robh@kernel.org>
Thu, 10 Oct 2024 16:27:20 +0000 (11:27 -0500)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 15 Oct 2024 13:58:36 +0000 (08:58 -0500)
commitd79616b04f0e08178ceb716a5d2ef60ab723d532
tree74d6d45c9aca317ff8a3cec4bbb4961c2b45454b
parent3539089bcc86806d5705f094f46b3dbd61606961
of/address: Constify of_busses[] array and pointers

The of_busses array is fixed, so it and all struct of_bus pointers can
be const.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241010-dt-const-v1-7-87a51f558425@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/address.c
include/linux/of_address.h