diff options
author | Ricardo B. Marliere <[email protected]> | 2024-02-04 19:26:42 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-07 20:40:36 +0000 |
commit | 664c89c56e854f1a8a8b1968690ba08f7fe843fc (patch) | |
tree | 2b7ef60b2483dd264462c2098aa8c24ac5c57daa /drivers/cdx/controller/mcdi_functions.c | |
parent | 3b1a9b58402ee48c527e834d48d33fc502199335 (diff) |
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 <[email protected]>
Suggested-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: "Ricardo B. Marliere" <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Thorsten Scherer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/mcdi_functions.c')
0 files changed, 0 insertions, 0 deletions