diff --git a/drivers/parport/share.c b/drivers/parport/share.c index 49c74ded8a53c..08dfa74be3c56 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -130,7 +130,7 @@ static int parport_probe(struct device *dev) return drv->probe(to_pardevice(dev)); } -static struct bus_type parport_bus_type = { +static const struct bus_type parport_bus_type = { .name = "parport", .probe = parport_probe, };