diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2009-01-05 12:21:11 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-01-07 16:48:01 -0500 |
commit | 574df408edb7b5bddda68a0cf919536993949941 (patch) | |
tree | e2cbf49237cf1e3a01faff6facf640a2de7c84a6 /drivers/scsi/cxgb3i | |
parent | 79ed24297236b7430d6ce0a1511ff70cf5b6015a (diff) |
[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 <viro@zeniv.linux.org.uk>
Cc: Karen Xie <kxie@chelsio.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/cxgb3i')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_ddp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/skbuff.h> | 13 | #include <linux/skbuff.h> |
14 | #include <linux/scatterlist.h> | ||
14 | 15 | ||
15 | /* from cxgb3 LLD */ | 16 | /* from cxgb3 LLD */ |
16 | #include "common.h" | 17 | #include "common.h" |