diff options
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r-- | drivers/scsi/ata_piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 7f8aa1b552ce..7fc8873de0b6 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -128,7 +128,7 @@ static struct pci_driver piix_pci_driver = { | |||
128 | .remove = ata_pci_remove_one, | 128 | .remove = ata_pci_remove_one, |
129 | }; | 129 | }; |
130 | 130 | ||
131 | static Scsi_Host_Template piix_sht = { | 131 | static struct scsi_host_template piix_sht = { |
132 | .module = THIS_MODULE, | 132 | .module = THIS_MODULE, |
133 | .name = DRV_NAME, | 133 | .name = DRV_NAME, |
134 | .ioctl = ata_scsi_ioctl, | 134 | .ioctl = ata_scsi_ioctl, |