Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02a1e3... Commit: 02a1e3ce7df624ba91e8ff06e172f448746ad76a Parent: 453cd0f3ff3bf25d86c96e62d271ba238f06d5ff Author: Alexander Beregalov <a.beregalov@gmail.com> AuthorDate: Sun Jul 6 17:01:34 2008 +0400 Committer: James Bottomley <James.Bottomley@HansenPartnership.com> CommitDate: Sat Jul 12 08:22:37 2008 -0500 [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> --- 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 3e46dfa..66c9448 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; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
