diff options
author | Alexander Beregalov | 2008-07-06 15:01:34 +0200 |
---|---|---|
committer | James Bottomley | 2008-07-12 15:22:37 +0200 |
commit | 02a1e3ce7df624ba91e8ff06e172f448746ad76a (patch) | |
tree | 443b230d71fbfb82f5dc30049bdc10d7f511ff57 /include/scsi/scsi_cmnd.h | |
parent | [SCSI] make struct scsi_{host,target}_type static (diff) | |
download | kernel-qcow2-linux-02a1e3ce7df624ba91e8ff06e172f448746ad76a.tar.gz kernel-qcow2-linux-02a1e3ce7df624ba91e8ff06e172f448746ad76a.tar.xz kernel-qcow2-linux-02a1e3ce7df624ba91e8ff06e172f448746ad76a.zip |
[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 3e46dfae8194..66c944849d6b 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; |