diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:20:26 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:20:26 -0500 |
commit | c7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83 (patch) | |
tree | 1185ddc2c4cea1c4da09d6b83893f91aefe7cd3d /drivers/scsi/sata_mv.c | |
parent | 8cedcfd43a0b00741fff43d6a4c1a8b7748db3b0 (diff) | |
parent | 8e8b77dd4846b73f2e0756cf59123ee709246d11 (diff) |
Merge branch 'upstream'
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index a99dad510705..f8976e3f6ada 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c | |||
@@ -30,8 +30,8 @@ | |||
30 | #include <linux/sched.h> | 30 | #include <linux/sched.h> |
31 | #include <linux/dma-mapping.h> | 31 | #include <linux/dma-mapping.h> |
32 | #include <linux/device.h> | 32 | #include <linux/device.h> |
33 | #include "scsi.h" | ||
34 | #include <scsi/scsi_host.h> | 33 | #include <scsi/scsi_host.h> |
34 | #include <scsi/scsi_cmnd.h> | ||
35 | #include <linux/libata.h> | 35 | #include <linux/libata.h> |
36 | #include <asm/io.h> | 36 | #include <asm/io.h> |
37 | 37 | ||
@@ -271,7 +271,7 @@ static irqreturn_t mv_interrupt(int irq, void *dev_instance, | |||
271 | static void mv_eng_timeout(struct ata_port *ap); | 271 | static void mv_eng_timeout(struct ata_port *ap); |
272 | static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); | 272 | static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); |
273 | 273 | ||
274 | static Scsi_Host_Template mv_sht = { | 274 | static struct scsi_host_template mv_sht = { |
275 | .module = THIS_MODULE, | 275 | .module = THIS_MODULE, |
276 | .name = DRV_NAME, | 276 | .name = DRV_NAME, |
277 | .ioctl = ata_scsi_ioctl, | 277 | .ioctl = ata_scsi_ioctl, |