diff options
author | 2024-02-12 17:05:03 -0300 | |
---|---|---|
committer | 2024-02-15 00:14:06 +1100 | |
commit | 14ce0dbb562713bc058ad16d281db355757e6ec0 (patch) | |
tree | d975439e01c71bb4e43f1e59b412f5d7d166544c /drivers/base/module.c | |
parent | powerpc: pmac: make macio_bus_type const (diff) | |
download | wireguard-linux-14ce0dbb562713bc058ad16d281db355757e6ec0.tar.xz wireguard-linux-14ce0dbb562713bc058ad16d281db355757e6ec0.zip |
powerpc: ibmebus: make ibmebus_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 ibmebus_bus_type variable to be a constant
structure as well, placing it into read-only memory which can not be
modified at runtime.
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: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240212-bus_cleanup-powerpc2-v2-5-8441b3f77827@marliere.net
Diffstat (limited to 'drivers/base/module.c')
0 files changed, 0 insertions, 0 deletions