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_svw.c | |
parent | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (diff) |
[libata] eliminate use of drivers/scsi/scsi.h compatibility header/defines
Diffstat (limited to 'drivers/scsi/sata_svw.c')
-rw-r--r-- | drivers/scsi/sata_svw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index db615ff794d8..9895d1caefcf 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c | |||
@@ -45,7 +45,6 @@ | |||
45 | #include <linux/delay.h> | 45 | #include <linux/delay.h> |
46 | #include <linux/interrupt.h> | 46 | #include <linux/interrupt.h> |
47 | #include <linux/device.h> | 47 | #include <linux/device.h> |
48 | #include "scsi.h" | ||
49 | #include <scsi/scsi_host.h> | 48 | #include <scsi/scsi_host.h> |
50 | #include <linux/libata.h> | 49 | #include <linux/libata.h> |
51 | 50 | ||
@@ -284,7 +283,7 @@ static int k2_sata_proc_info(struct Scsi_Host *shost, char *page, char **start, | |||
284 | #endif /* CONFIG_PPC_OF */ | 283 | #endif /* CONFIG_PPC_OF */ |
285 | 284 | ||
286 | 285 | ||
287 | static Scsi_Host_Template k2_sata_sht = { | 286 | static struct scsi_host_template k2_sata_sht = { |
288 | .module = THIS_MODULE, | 287 | .module = THIS_MODULE, |
289 | .name = DRV_NAME, | 288 | .name = DRV_NAME, |
290 | .ioctl = ata_scsi_ioctl, | 289 | .ioctl = ata_scsi_ioctl, |