From: Bob Pearson Date: Thu, 30 Jun 2022 19:04:20 +0000 (-0500) Subject: RDMA/rxe: Remove unnecessary include statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96938258b1978331448df02952c9f00d8672ec7c;p=linux.git RDMA/rxe: Remove unnecessary include statement rxe_verbs.h includes the file . It should have been , 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 Signed-off-by: Bob Pearson Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.h b/drivers/infiniband/sw/rxe/rxe_verbs.h index 0c01c7f58d436..628e40c1714b7 100644 --- a/drivers/infiniband/sw/rxe/rxe_verbs.h +++ b/drivers/infiniband/sw/rxe/rxe_verbs.h @@ -9,7 +9,6 @@ #include #include -#include #include "rxe_pool.h" #include "rxe_task.h" #include "rxe_hw_counters.h"