Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / drivers / scsi / scsi_debug.c
index ce52d58..acf0592 100644 (file)
@@ -907,7 +907,7 @@ static atomic_long_t writes_by_group_number[64];
 static char sdebug_proc_name[] = MY_NAME;
 static const char *my_name = MY_NAME;
 
-static struct bus_type pseudo_lld_bus;
+static const struct bus_type pseudo_lld_bus;
 
 static struct device_driver sdebug_driverfs_driver = {
        .name           = sdebug_proc_name,
@@ -8562,7 +8562,7 @@ static void sdebug_driver_remove(struct device *dev)
        scsi_host_put(sdbg_host->shost);
 }
 
-static struct bus_type pseudo_lld_bus = {
+static const struct bus_type pseudo_lld_bus = {
        .name = "pseudo",
        .probe = sdebug_driver_probe,
        .remove = sdebug_driver_remove,