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_sis.c | |
parent | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (diff) |
[libata] eliminate use of drivers/scsi/scsi.h compatibility header/defines
Diffstat (limited to 'drivers/scsi/sata_sis.c')
-rw-r--r-- | drivers/scsi/sata_sis.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/sata_sis.c b/drivers/scsi/sata_sis.c index 42288be0e561..42d7c4e92501 100644 --- a/drivers/scsi/sata_sis.c +++ b/drivers/scsi/sata_sis.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <linux/delay.h> | 39 | #include <linux/delay.h> |
40 | #include <linux/interrupt.h> | 40 | #include <linux/interrupt.h> |
41 | #include <linux/device.h> | 41 | #include <linux/device.h> |
42 | #include "scsi.h" | ||
43 | #include <scsi/scsi_host.h> | 42 | #include <scsi/scsi_host.h> |
44 | #include <linux/libata.h> | 43 | #include <linux/libata.h> |
45 | 44 | ||
@@ -83,7 +82,7 @@ static struct pci_driver sis_pci_driver = { | |||
83 | .remove = ata_pci_remove_one, | 82 | .remove = ata_pci_remove_one, |
84 | }; | 83 | }; |
85 | 84 | ||
86 | static Scsi_Host_Template sis_sht = { | 85 | static struct scsi_host_template sis_sht = { |
87 | .module = THIS_MODULE, | 86 | .module = THIS_MODULE, |
88 | .name = DRV_NAME, | 87 | .name = DRV_NAME, |
89 | .ioctl = ata_scsi_ioctl, | 88 | .ioctl = ata_scsi_ioctl, |