Merge tag 'hwlock-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux-block.git] / drivers / soundwire / bus_type.c
index 9fa93bb923d70f03ff371b5e05cb4a03f0047d81..fd65b2360fc1e16e8cf2bacc34085bd0d424499d 100644 (file)
@@ -72,7 +72,7 @@ int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env)
        return 0;
 }
 
-struct bus_type sdw_bus_type = {
+const struct bus_type sdw_bus_type = {
        .name = "soundwire",
        .match = sdw_bus_match,
 };