From: Yang Li Date: Mon, 26 Jun 2023 00:36:32 +0000 (+0800) Subject: RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ab83a6459604c566a745875c4df1aec8e8866c0;p=linux.git RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c ./drivers/infiniband/hw/bnxt_re/main.c: ib_verbs.h is included more than once. Link: https://lore.kernel.org/r/20230626003632.60435-1-yang.lee@linux.alibaba.com Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5588 Signed-off-by: Yang Li Acked-by: Selvin Xavier Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/hw/bnxt_re/main.c b/drivers/infiniband/hw/bnxt_re/main.c index 0816cf2a0b388..729a2f5318ccf 100644 --- a/drivers/infiniband/hw/bnxt_re/main.c +++ b/drivers/infiniband/hw/bnxt_re/main.c @@ -66,7 +66,6 @@ #include #include "bnxt.h" #include "hw_counters.h" -#include "ib_verbs.h" static char version[] = BNXT_RE_DESC "\n";