From: Al Viro Date: Mon, 5 Jan 2009 17:21:11 +0000 (+0000) Subject: [SCSI] cxgb3i: add missing include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=574df408edb7b5bddda68a0cf919536993949941;p=deliverable%2Flinux.git [SCSI] cxgb3i: add missing include it needs scatterlist.h - indirect chain of includes doesn't work on a lot of targets. Signed-off-by: Al Viro Cc: Karen Xie Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.c b/drivers/scsi/cxgb3i/cxgb3i_ddp.c index 1a41f04264f7..08f3a09d9233 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_ddp.c +++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.c @@ -11,6 +11,7 @@ */ #include +#include /* from cxgb3 LLD */ #include "common.h"