commit | bd86030943bf57ca230b486090067b58da49b837 | [log] [tgz] |
---|---|---|
author | Kunwu Chan <chentao@kylinos.cn> | Tue Apr 23 10:38:10 2024 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 04 18:59:58 2024 +0200 |
tree | 2fd2c8fec4f2d142c61b1816c6fe9dc9a0f3b11d | |
parent | 42316941335644a98335f209daafa4c122f28983 [diff] |
tifm: constify the struct tifm_bus_type usage Now that the driver core can properly handle constant struct bus_type, move the tifm_bus_type variable to be a constant structure as well, placing it into read-only memory which can not be modified at runtime. Signed-off-by: Kunwu Chan <chentao@kylinos.cn> Link: https://lore.kernel.org/r/20240423023810.1889264-1-chentao@kylinos.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>