1
0
Fork 0

[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>
hifive-unleashed-5.1
Al Viro 2009-01-05 17:21:11 +00:00 committed by James Bottomley
parent 79ed242972
commit 574df408ed
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
#include <linux/skbuff.h>
#include <linux/scatterlist.h>
/* from cxgb3 LLD */
#include "common.h"