瀏覽代碼

[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>
Al Viro 16 年之前
父節點
當前提交
574df408ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/cxgb3i/cxgb3i_ddp.c

+ 1 - 0
drivers/scsi/cxgb3i/cxgb3i_ddp.c

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