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/t128.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/t128.c')
-rw-r--r-- | drivers/scsi/t128.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index 69dac7776059..87828acbf7c6 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c | |||
@@ -77,7 +77,6 @@ | |||
77 | #include <linux/module.h> | 77 | #include <linux/module.h> |
78 | #include <linux/delay.h> | 78 | #include <linux/delay.h> |
79 | 79 | ||
80 | #include "scsi.h" | ||
81 | #include <scsi/scsi_host.h> | 80 | #include <scsi/scsi_host.h> |
82 | #include "t128.h" | 81 | #include "t128.h" |
83 | #define AUTOPROBE_IRQ | 82 | #define AUTOPROBE_IRQ |