Skip to content

Commit

Permalink
[SCSI] cxgb3i: add missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and James Bottomley committed Jan 7, 2009
1 parent 79ed242 commit 574df40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/cxgb3i/cxgb3i_ddp.c
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
*/

#include <linux/skbuff.h>
#include <linux/scatterlist.h>

/* from cxgb3 LLD */
#include "common.h"

0 comments on commit 574df40

Please sign in to comment.