projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ccad84
)
RDMA/bnxt_re: Using vmalloc requires including vmalloc.h
author
Jason Gunthorpe
<jgg@mellanox.com>
Wed, 26 Feb 2020 14:17:24 +0000
(10:17 -0400)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Wed, 26 Feb 2020 17:24:41 +0000
(13:24 -0400)
Add it
Fixes: 0c4dcd602817 ("RDMA/bnxt_re: Refactor hardware queue memory allocation")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/qplib_res.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/bnxt_re/qplib_res.c
b/drivers/infiniband/hw/bnxt_re/qplib_res.c
index 4346b95963cfa922c0c6b4d7f330199674c41b05..fc5909c7f2e04d4bcba2c44bf8f16d242fedc4ce 100644
(file)
--- a/
drivers/infiniband/hw/bnxt_re/qplib_res.c
+++ b/
drivers/infiniband/hw/bnxt_re/qplib_res.c
@@
-44,6
+44,7
@@
#include <linux/inetdevice.h>
#include <linux/dma-mapping.h>
#include <linux/if_vlan.h>
+#include <linux/vmalloc.h>
#include "roce_hsi.h"
#include "qplib_res.h"
#include "qplib_sp.h"