Message ID | 20210323020013.138697-1-wanjiabing@vivo.com |
---|---|
State | New |
Headers | show |
Series | net: ethernet: indir_table.h is included twice | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 23 Mar 2021 10:00:12 +0800 you wrote: > indir_table.h has been included at line 41, so remove > the duplicate one at line 43. > > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> > --- > drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - net: ethernet: indir_table.h is included twice https://git.kernel.org/netdev/net-next/c/ea6c8635d5d5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c index 94cb0217b4f3..aba13e5af216 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c @@ -40,7 +40,6 @@ #include "eswitch.h" #include "esw/indir_table.h" #include "esw/acl/ofld.h" -#include "esw/indir_table.h" #include "rdma.h" #include "en.h" #include "fs_core.h"
indir_table.h has been included at line 41, so remove the duplicate one at line 43. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> --- drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 1 - 1 file changed, 1 deletion(-)