siox: make siox_bus_type const
[linux-block.git] / drivers / siox / siox-core.c
index 8eca20c2ea9c34e2f681aad25493392d0bd6d281..f937cbc8c5aa18499648273f34ae03a806f36063 100644 (file)
@@ -543,7 +543,7 @@ static void siox_shutdown(struct device *dev)
                sdriver->shutdown(sdevice);
 }
 
-static struct bus_type siox_bus_type = {
+static const struct bus_type siox_bus_type = {
        .name = "siox",
        .match = siox_match,
        .probe = siox_probe,