diff options
| author | Vipul Pandya <vipul@chelsio.com> | 2012-05-21 08:01:13 -0400 |
|---|---|---|
| committer | Roland Dreier <roland@purestorage.com> | 2012-05-21 12:00:34 -0400 |
| commit | e572568fbcc680e5bfce1819bbb4805ca218b5d0 (patch) | |
| tree | a5daa269570f8be39fb814447e87babcd82297c9 | |
| parent | 67bbc05512d8a609e9a2d284dbfda9d2c50f0bf6 (diff) | |
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>
| -rw-r--r-- | drivers/infiniband/hw/cxgb4/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/device.c b/drivers/infiniband/hw/cxgb4/device.c index c8fd1d8b20e6..cb4ecd783700 100644 --- a/drivers/infiniband/hw/cxgb4/device.c +++ b/drivers/infiniband/hw/cxgb4/device.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/module.h> | 32 | #include <linux/module.h> |
| 33 | #include <linux/moduleparam.h> | 33 | #include <linux/moduleparam.h> |
| 34 | #include <linux/debugfs.h> | 34 | #include <linux/debugfs.h> |
| 35 | #include <linux/vmalloc.h> | ||
| 35 | 36 | ||
| 36 | #include <rdma/ib_verbs.h> | 37 | #include <rdma/ib_verbs.h> |
| 37 | 38 | ||
