From 0ab83a6459604c566a745875c4df1aec8e8866c0 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Mon, 26 Jun 2023 08:36:32 +0800 Subject: 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 --- drivers/infiniband/hw/bnxt_re/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/infiniband') diff --git a/drivers/infiniband/hw/bnxt_re/main.c b/drivers/infiniband/hw/bnxt_re/main.c index 0816cf2a0b38..729a2f5318cc 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"; -- cgit v1.2.3