soundwire: bus_type: make sdw_bus_type const
[linux-2.6-microblaze.git] / drivers / soundwire / bus_type.c
index 9fa93bb..fd65b23 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,
 };