From: Jason Gunthorpe Date: Wed, 26 Feb 2020 14:17:24 +0000 (-0400) Subject: RDMA/bnxt_re: Using vmalloc requires including vmalloc.h X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2515^2~106 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=65a166201552113f9e1e8d1bb4a55a1eb70cb19c;p=linux.git RDMA/bnxt_re: Using vmalloc requires including vmalloc.h Add it Fixes: 0c4dcd602817 ("RDMA/bnxt_re: Refactor hardware queue memory allocation") Signed-off-by: Stephen Rothwell Reviewed-by: Devesh Sharma Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/hw/bnxt_re/qplib_res.c b/drivers/infiniband/hw/bnxt_re/qplib_res.c index 4346b95963cf..fc5909c7f2e0 100644 --- a/drivers/infiniband/hw/bnxt_re/qplib_res.c +++ b/drivers/infiniband/hw/bnxt_re/qplib_res.c @@ -44,6 +44,7 @@ #include #include #include +#include #include "roce_hsi.h" #include "qplib_res.h" #include "qplib_sp.h"