diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-07 00:59:37 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-07 00:59:37 -0500 |
commit | 193515d51ccb363165d6b09e9ba5c21089e34bad (patch) | |
tree | 9eec151ee1c2091640862adf79f99eca024a98f1 /drivers/scsi/sata_nv.c | |
parent | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (diff) |
[libata] eliminate use of drivers/scsi/scsi.h compatibility header/defines
Diffstat (limited to 'drivers/scsi/sata_nv.c')
-rw-r--r-- | drivers/scsi/sata_nv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/sata_nv.c b/drivers/scsi/sata_nv.c index d573888eda76..37a4fae95ed4 100644 --- a/drivers/scsi/sata_nv.c +++ b/drivers/scsi/sata_nv.c | |||
@@ -62,7 +62,6 @@ | |||
62 | #include <linux/delay.h> | 62 | #include <linux/delay.h> |
63 | #include <linux/interrupt.h> | 63 | #include <linux/interrupt.h> |
64 | #include <linux/device.h> | 64 | #include <linux/device.h> |
65 | #include "scsi.h" | ||
66 | #include <scsi/scsi_host.h> | 65 | #include <scsi/scsi_host.h> |
67 | #include <linux/libata.h> | 66 | #include <linux/libata.h> |
68 | 67 | ||
@@ -219,7 +218,7 @@ static struct pci_driver nv_pci_driver = { | |||
219 | .remove = ata_pci_remove_one, | 218 | .remove = ata_pci_remove_one, |
220 | }; | 219 | }; |
221 | 220 | ||
222 | static Scsi_Host_Template nv_sht = { | 221 | static struct scsi_host_template nv_sht = { |
223 | .module = THIS_MODULE, | 222 | .module = THIS_MODULE, |
224 | .name = DRV_NAME, | 223 | .name = DRV_NAME, |
225 | .ioctl = ata_scsi_ioctl, | 224 | .ioctl = ata_scsi_ioctl, |