diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2008-07-06 17:01:34 +0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 08:22:37 -0500 |
commit | 02a1e3ce7df624ba91e8ff06e172f448746ad76a (patch) | |
tree | 443b230d71fbfb82f5dc30049bdc10d7f511ff57 /include/scsi/scsi_cmnd.h | |
parent | 453cd0f3ff3bf25d86c96e62d271ba238f06d5ff (diff) |
[SCSI] scsi_cmnd.h: remove double inclusion of linux/blkdev.h
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 3e46dfae819..66c944849d6 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -7,7 +7,6 @@ #include <linux/types.h> #include <linux/timer.h> #include <linux/scatterlist.h> -#include <linux/blkdev.h> struct Scsi_Host; struct scsi_device; |