Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-block.git] / drivers / usb / common / ulpi.c
index 6977cf380838990f55cf7505f6f14615a530032c..84d91b1c1eed53e11539b69ccaa80080870ab043 100644 (file)
@@ -90,7 +90,7 @@ static void ulpi_remove(struct device *dev)
                drv->remove(to_ulpi_dev(dev));
 }
 
-static struct bus_type ulpi_bus = {
+static const struct bus_type ulpi_bus = {
        .name = "ulpi",
        .match = ulpi_match,
        .uevent = ulpi_uevent,