Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sfr@canb.auug.org.au>
Reviewed-by: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

+1
+1
drivers/infiniband/hw/bnxt_re/qplib_res.c
··· 44 44 #include <linux/inetdevice.h> 45 45 #include <linux/dma-mapping.h> 46 46 #include <linux/if_vlan.h> 47 + #include <linux/vmalloc.h> 47 48 #include "roce_hsi.h" 48 49 #include "qplib_res.h" 49 50 #include "qplib_sp.h"