aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgb3i
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2009-01-05 17:21:11 +0000
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-01-07 15:48:01 -0600
commit574df408edb7b5bddda68a0cf919536993949941 (patch)
treee2cbf49237cf1e3a01faff6facf640a2de7c84a6 /drivers/scsi/cxgb3i
parent79ed24297236b7430d6ce0a1511ff70cf5b6015a (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.c b/drivers/scsi/cxgb3i/cxgb3i_ddp.c
index 1a41f04264f..08f3a09d923 100644
--- a/drivers/scsi/cxgb3i/cxgb3i_ddp.c
+++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.c
@@ -11,6 +11,7 @@
*/
#include <linux/skbuff.h>
+#include <linux/scatterlist.h>
/* from cxgb3 LLD */
#include "common.h"