summaryrefslogtreecommitdiff
path: root/drivers/ata/pata_parport/pata_parport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_parport/pata_parport.c')
-rw-r--r--drivers/ata/pata_parport/pata_parport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_parport/pata_parport.c b/drivers/ata/pata_parport/pata_parport.c
index a7adfdcb5e27..9a2cb9ca9d1d 100644
--- a/drivers/ata/pata_parport/pata_parport.c
+++ b/drivers/ata/pata_parport/pata_parport.c
@@ -464,7 +464,7 @@ static void pata_parport_bus_release(struct device *dev)
/* nothing to do here but required to avoid warning on device removal */
}
-static struct bus_type pata_parport_bus_type = {
+static const struct bus_type pata_parport_bus_type = {
.name = DRV_NAME,
};