瀏覽代碼

RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Vipul Pandya 13 年之前
父節點
當前提交
e572568fbc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/infiniband/hw/cxgb4/device.c

+ 1 - 0
drivers/infiniband/hw/cxgb4/device.c

@@ -32,6 +32,7 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/moduleparam.h>
 #include <linux/debugfs.h>
 #include <linux/debugfs.h>
+#include <linux/vmalloc.h>
 
 
 #include <rdma/ib_verbs.h>
 #include <rdma/ib_verbs.h>