From: Michael S. Tsirkin Date: Tue, 2 Oct 2007 21:38:05 +0000 (-0700) Subject: [SCSI] scsi_transport_iscsi: add list, mutex includes X-Git-Tag: v2.6.24-rc1~1290^2~23 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=d773c082da27c445c832324cfb4a357498613a38;p=net-next-2.6.git [SCSI] scsi_transport_iscsi: add list, mutex includes scsi/scsi_transport_iscsi.h uses struct mutex and struct list_head, so while linux/mutex.h and linux/list.h seem to be pulled in indirectly by one of the headers it includes, the right thing is to include linux/mutex.h and linus/list.h directly. Signed-off-by: Michael S. Tsirkin Acked-by: Mike Christie Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 706c0cd36c1..7ff6199cbd5 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h @@ -24,6 +24,8 @@ #define SCSI_TRANSPORT_ISCSI_H #include +#include +#include #include struct scsi_transport_template;