diff options
author | Ricardo B. Marliere <ricardo@marliere.net> | 2024-02-19 20:52:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-07 21:38:15 +0100 |
commit | 3b1a9b58402ee48c527e834d48d33fc502199335 (patch) | |
tree | 5f0f595eb26a6565c935e9a2c464fbb6de34c0bd /crypto/blowfish_common.c | |
parent | mcb: make mcb_bus_type const (diff) | |
download | linux-3b1a9b58402ee48c527e834d48d33fc502199335.tar.xz linux-3b1a9b58402ee48c527e834d48d33fc502199335.zip |
mcb: constify the struct device_type usage
Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
core can properly handle constant struct device_type. Move the
mcb_carrier_device_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>
Signed-off-by: "Ricardo B. Marliere" <ricardo@marliere.net>
Link: https://lore.kernel.org/r/20240219-device_cleanup-mcb-v1-1-dc930e7dc11c@marliere.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/blowfish_common.c')
0 files changed, 0 insertions, 0 deletions