RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree
authorVipul Pandya <vipul@chelsio.com>
Mon, 21 May 2012 12:01:13 +0000 (17:31 +0530)
committerRoland Dreier <roland@purestorage.com>
Mon, 21 May 2012 16:00:34 +0000 (09:00 -0700)
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/device.c

index c8fd1d8..cb4ecd7 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/debugfs.h>
+#include <linux/vmalloc.h>
 
 #include <rdma/ib_verbs.h>