diff mbox series

net: ethernet: Remove duplicate include of vhca_event.h

Message ID 20210323020605.139644-1-wanjiabing@vivo.com
State New
Headers show
Series net: ethernet: Remove duplicate include of vhca_event.h | expand

Commit Message

Wan Jiabing March 23, 2021, 2:05 a.m. UTC
vhca_event.h has been included at line 4, so remove the 
duplicate one at line 8.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c | 1 -
 1 file changed, 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 24, 2021, 12:30 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Tue, 23 Mar 2021 10:05:48 +0800 you wrote:
> vhca_event.h has been included at line 4, so remove the

> duplicate one at line 8.

> 

> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>

> ---

>  drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c | 1 -

>  1 file changed, 1 deletion(-)


Here is the summary with links:
  - net: ethernet: Remove duplicate include of vhca_event.h
    https://git.kernel.org/netdev/net-next/c/4c94fe88cde4

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/sf/hw_table.c b/drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c
index 58b6be0b03d7..3c8a00dd573a 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/sf/hw_table.c
@@ -5,7 +5,6 @@ 
 #include "priv.h"
 #include "sf.h"
 #include "mlx5_ifc_vhca_event.h"
-#include "vhca_event.h"
 #include "ecpf.h"
 
 struct mlx5_sf_hw {