RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 26 Jun 2023 00:36:32 +0000 (08:36 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 26 Jun 2023 13:28:51 +0000 (10:28 -0300)
./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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5588
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/bnxt_re/main.c

index 0816cf2..729a2f5 100644 (file)
@@ -66,7 +66,6 @@
 #include <rdma/bnxt_re-abi.h>
 #include "bnxt.h"
 #include "hw_counters.h"
-#include "ib_verbs.h"
 
 static char version[] =
                BNXT_RE_DESC "\n";