Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[sfrench/cifs-2.6.git] / drivers / bus / moxtet.c
index e384fbc6c1d93152d03329724c0373d54d0059f0..641c1a6adc8ae5fed39237a5aab1639a1e8fdc29 100644 (file)
@@ -102,7 +102,7 @@ static int moxtet_match(struct device *dev, struct device_driver *drv)
        return 0;
 }
 
-static struct bus_type moxtet_bus_type = {
+static const struct bus_type moxtet_bus_type = {
        .name           = "moxtet",
        .dev_groups     = moxtet_dev_groups,
        .match          = moxtet_match,