projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ac85a
)
bnxt_en: Remove duplicated include bnxt_devlink.c
author
Yang Li
<yang.lee@linux.alibaba.com>
Thu, 4 Aug 2022 00:37:22 +0000
(08:37 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 6 Aug 2022 01:53:07 +0000
(18:53 -0700)
bnxt_ethtool.h is included twice in bnxt_devlink.c,
remove one of them.
Link:
https://bugzilla.openanolis.cn/show_bug.cgi?id=1817
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220804003722.54088-1-yang.lee@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
b/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
index 14df8cfc2946493fe28ff5f178625827d0977493..059f96f7a96f6495f691118b7ffdf5cb9675db96 100644
(file)
--- a/
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
+++ b/
drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
@@
-21,7
+21,6
@@
#include "bnxt_ptp.h"
#include "bnxt_coredump.h"
#include "bnxt_nvm_defs.h"
-#include "bnxt_ethtool.h"
static void __bnxt_fw_recover(struct bnxt *bp)
{