diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 06:12:02 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 09:11:10 +0100 |
commit | 710ddd0d50d22b40e3b644ea35966489ad178978 (patch) | |
tree | 369372711b0de942f7206a23425cdca79d379519 /drivers/scsi/arm/cumana_1.c | |
parent | ncr5380: Remove *_RELEASE macros (diff) | |
download | linux-710ddd0d50d22b40e3b644ea35966489ad178978.tar.xz linux-710ddd0d50d22b40e3b644ea35966489ad178978.zip |
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/arm/cumana_1.c')
-rw-r--r-- | drivers/scsi/arm/cumana_1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/arm/cumana_1.c b/drivers/scsi/arm/cumana_1.c index 154c9fae255b..d28d6c0f18c0 100644 --- a/drivers/scsi/arm/cumana_1.c +++ b/drivers/scsi/arm/cumana_1.c @@ -13,7 +13,6 @@ #include <asm/ecard.h> #include <asm/io.h> -#include "../scsi.h" #include <scsi/scsi_host.h> #include <scsi/scsicam.h> |