diff options
Diffstat (limited to 'drivers/scsi/sata_nv.c')
-rw-r--r-- | drivers/scsi/sata_nv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_nv.c b/drivers/scsi/sata_nv.c index d573888eda76..f57aa2607918 100644 --- a/drivers/scsi/sata_nv.c +++ b/drivers/scsi/sata_nv.c | |||
@@ -219,7 +219,7 @@ static struct pci_driver nv_pci_driver = { | |||
219 | .remove = ata_pci_remove_one, | 219 | .remove = ata_pci_remove_one, |
220 | }; | 220 | }; |
221 | 221 | ||
222 | static Scsi_Host_Template nv_sht = { | 222 | static struct scsi_host_template nv_sht = { |
223 | .module = THIS_MODULE, | 223 | .module = THIS_MODULE, |
224 | .name = DRV_NAME, | 224 | .name = DRV_NAME, |
225 | .ioctl = ata_scsi_ioctl, | 225 | .ioctl = ata_scsi_ioctl, |