diff mbox series

net: ethernet: indir_table.h is included twice

Message ID 20210323020013.138697-1-wanjiabing@vivo.com (mailing list archive)
State Not Applicable
Headers show
Series net: ethernet: indir_table.h is included twice | expand

Commit Message

Jiabing Wan March 23, 2021, 2 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 24, 2021, 12:20 a.m. UTC | #1
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 mbox series

Patch

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"