diff options
author | Stephen Cameron <steve.cameron@hp.com> | 2007-05-08 03:30:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:10 -0400 |
commit | d5d3b736e3264934ec832a657a9a434b65f3d51f (patch) | |
tree | 287a728cd687e07d064150500c4679f7347760c6 /drivers/block/cciss_scsi.c | |
parent | c9919380187e8182ac449652094c345c82dce0c3 (diff) |
cciss: include scsi/scsi.h unconditionally
Make cciss unconditionally include scsi/scsi.h, because of the use of
SCSI_IOCTL_GET_IDLUN and SCSI_IOCTL_GET_BUS_NUMBER.
Signed-off-by: Stephen M. Cameron <steve.cameron@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/cciss_scsi.c')
-rw-r--r-- | drivers/block/cciss_scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index bb15051ffbe0..90961a8ea895 100644 --- a/drivers/block/cciss_scsi.c +++ b/drivers/block/cciss_scsi.c | |||
@@ -35,7 +35,6 @@ | |||
35 | 35 | ||
36 | #include <asm/atomic.h> | 36 | #include <asm/atomic.h> |
37 | 37 | ||
38 | #include <scsi/scsi.h> | ||
39 | #include <scsi/scsi_cmnd.h> | 38 | #include <scsi/scsi_cmnd.h> |
40 | #include <scsi/scsi_device.h> | 39 | #include <scsi/scsi_device.h> |
41 | #include <scsi/scsi_host.h> | 40 | #include <scsi/scsi_host.h> |