]> err.no Git - linux-2.6/blobdiff - drivers/scsi/ahci.c
[SCSI] remove Scsi_Host_Template typedef
[linux-2.6] / drivers / scsi / ahci.c
index 4612312c0c2d9832d4ab0967df3481f8d404afdd..10f90d39374a9b2c2d6cc08f256300a356b6c1c9 100644 (file)
@@ -196,7 +196,7 @@ static u8 ahci_check_status(struct ata_port *ap);
 static inline int ahci_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc);
 static void ahci_remove_one (struct pci_dev *pdev);
 
-static Scsi_Host_Template ahci_sht = {
+static struct scsi_host_template ahci_sht = {
        .module                 = THIS_MODULE,
        .name                   = DRV_NAME,
        .ioctl                  = ata_scsi_ioctl,