projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67bbc05
)
RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree
author
Vipul Pandya
<vipul@chelsio.com>
Mon, 21 May 2012 12:01:13 +0000
(17:31 +0530)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/device.c
b/drivers/infiniband/hw/cxgb4/device.c
index c8fd1d8b20e660cd6f7a314a34920ad7b768b750..cb4ecd7837005c823ca06841f5d3c2ac19510d6c 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/device.c
+++ b/
drivers/infiniband/hw/cxgb4/device.c
@@
-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>