]> Git Repo - linux.git/commitdiff
RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
authorYang Li <[email protected]>
Mon, 26 Jun 2023 00:36:32 +0000 (08:36 +0800)
committerJason Gunthorpe <[email protected]>
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/[email protected]
Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5588
Signed-off-by: Yang Li <[email protected]>
Acked-by: Selvin Xavier <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
drivers/infiniband/hw/bnxt_re/main.c

index 0816cf2a0b38888dd83070e739ac7ae40ebc05c7..729a2f5318ccfdd2c349760ad912145bb6201b95 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";
This page took 0.057727 seconds and 4 git commands to generate.