i3c: Make i3c_bus_type const
[linux-2.6-microblaze.git] / drivers / i3c / master.c
index 3afa530..f32c591 100644 (file)
@@ -335,7 +335,7 @@ static void i3c_device_remove(struct device *dev)
        i3c_device_free_ibi(i3cdev);
 }
 
-struct bus_type i3c_bus_type = {
+const struct bus_type i3c_bus_type = {
        .name = "i3c",
        .match = i3c_device_match,
        .probe = i3c_device_probe,