summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_pool.c
diff options
context:
space:
mode:
authorBob Pearson <rpearsonhpe@gmail.com>2021-11-03 08:02:35 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-11-19 20:47:08 +0300
commit38ee25a31126cb3a68b7775ba089428d5500eb9e (patch)
treed9945a74e60ff649b1676a643bf8192128ed256a /drivers/infiniband/sw/rxe/rxe_pool.c
parentb92d766c87022fc82cd6da774010b71ee92fc3d3 (diff)
downloadlinux-38ee25a31126cb3a68b7775ba089428d5500eb9e.tar.xz
RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.c
rxe_loc.h is already included in rxe.h so do not include it in rxe_pool.c Link: https://lore.kernel.org/r/20211103050241.61293-7-rpearsonhpe@gmail.com Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_pool.c')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_pool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_pool.c b/drivers/infiniband/sw/rxe/rxe_pool.c
index 276101016848..49821fde3268 100644
--- a/drivers/infiniband/sw/rxe/rxe_pool.c
+++ b/drivers/infiniband/sw/rxe/rxe_pool.c
@@ -5,7 +5,6 @@
*/
#include "rxe.h"
-#include "rxe_loc.h"
static const struct rxe_type_info {
const char *name;