- update to 2.6.1-rc2 -- first cut.
[linux-flexiantxendom0-3.2.10.git] / drivers / scsi / hosts.c
index 51b6473..113e58a 100644 (file)
@@ -109,7 +109,7 @@ int scsi_add_host(struct Scsi_Host *shost, struct device *dev)
        }
 
        if (!shost->shost_gendev.parent)
-               shost->shost_gendev.parent = dev ? dev : &legacy_bus;
+               shost->shost_gendev.parent = dev ? dev : &platform_bus;
 
        error = device_add(&shost->shost_gendev);
        if (error)