Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[sfrench/cifs-2.6.git] / drivers / dax / bus.c
index 27c86d0ca7118d0b081a5cb340a84e79a7b4cbfd..797e1ebff2997d88c70ab7951b723e203a8184a1 100644 (file)
@@ -241,7 +241,7 @@ static void dax_bus_remove(struct device *dev)
                dax_drv->remove(dev_dax);
 }
 
-static struct bus_type dax_bus_type = {
+static const struct bus_type dax_bus_type = {
        .name = "dax",
        .uevent = dax_bus_uevent,
        .match = dax_bus_match,