diff options
author | Ricardo B. Marliere <ricardo@marliere.net> | 2024-02-04 23:26:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-07 21:40:36 +0100 |
commit | 664c89c56e854f1a8a8b1968690ba08f7fe843fc (patch) | |
tree | 2b7ef60b2483dd264462c2098aa8c24ac5c57daa /virt | |
parent | mcb: constify the struct device_type usage (diff) | |
download | linux-664c89c56e854f1a8a8b1968690ba08f7fe843fc.tar.xz linux-664c89c56e854f1a8a8b1968690ba08f7fe843fc.zip |
siox: make siox_bus_type 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 siox_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>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Thorsten Scherer <t.scherer@eckelmann.de>
Link: https://lore.kernel.org/r/20240204-bus_cleanup-siox-v2-1-3813a6a55dcc@marliere.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions