diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:12:02 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:10 -0500 |
commit | 710ddd0d50d22b40e3b644ea35966489ad178978 (patch) | |
tree | 369372711b0de942f7206a23425cdca79d379519 /drivers/scsi/g_NCR5380.c | |
parent | 96068e6b4d86a397f50ae401723f315110874e1a (diff) |
ncr5380: Drop legacy scsi.h include
Convert Scsi_Cmnd to struct scsi_cmnd and drop the #include "scsi.h".
The sun3_NCR5380.c core driver already uses struct scsi_cmnd so converting
the other core drivers reduces the diff which makes them easier to unify.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/g_NCR5380.c')
-rw-r--r-- | drivers/scsi/g_NCR5380.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/g_NCR5380.c b/drivers/scsi/g_NCR5380.c index c158104fd3aa..f35792f7051c 100644 --- a/drivers/scsi/g_NCR5380.c +++ b/drivers/scsi/g_NCR5380.c | |||
@@ -72,7 +72,6 @@ | |||
72 | #include <asm/io.h> | 72 | #include <asm/io.h> |
73 | #include <linux/signal.h> | 73 | #include <linux/signal.h> |
74 | #include <linux/blkdev.h> | 74 | #include <linux/blkdev.h> |
75 | #include "scsi.h" | ||
76 | #include <scsi/scsi_host.h> | 75 | #include <scsi/scsi_host.h> |
77 | #include "g_NCR5380.h" | 76 | #include "g_NCR5380.h" |
78 | #include "NCR5380.h" | 77 | #include "NCR5380.h" |