forked from Minki/linux
[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>
This commit is contained in:
parent
79ed242972
commit
574df408ed
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <linux/skbuff.h>
|
||||
#include <linux/scatterlist.h>
|
||||
|
||||
/* from cxgb3 LLD */
|
||||
#include "common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user