]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/rxe: Remove unnecessary include statement
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 30 Jun 2022 19:04:20 +0000 (14:04 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 4 Jul 2022 13:04:09 +0000 (10:04 -0300)
commit7651d95d71ef393d02c38e2d71810df6e4757bea
treed0a4fcc0060a2657c29b7c7b3ecefa9e899a5849
parent3f00aa33f80820b0cad44af2b1b42998c6a59ffd
RDMA/rxe: Remove unnecessary include statement

rxe_verbs.h includes the file <rdma/rdma_user_rxe.h>.  It should have been
<uapi/rdma/rdma_user_rxe.h>, however, it is not used and not required in
this file.

This patch removes the include statement.

Link: https://lore.kernel.org/r/20220630190425.2251-4-rpearsonhpe@gmail.com
Reported-by: Frank Zago <frank.zago@hpe.com>
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_verbs.h