diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2009-01-05 17:21:11 +0000 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-01-07 15:48:01 -0600 |
commit | 574df408edb7b5bddda68a0cf919536993949941 (patch) | |
tree | e2cbf49237cf1e3a01faff6facf640a2de7c84a6 /drivers | |
parent | 79ed24297236b7430d6ce0a1511ff70cf5b6015a (diff) | |
download | op-kernel-dev-574df408edb7b5bddda68a0cf919536993949941.zip op-kernel-dev-574df408edb7b5bddda68a0cf919536993949941.tar.gz |
[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')
-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 1a41f04..08f3a09 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" |