[PATCH] net: ethernet: Remove duplicate include of vhca_event.h

From: Wan Jiabing
Date: Mon Mar 22 2021 - 22:07:18 EST


vhca_event.h has been included at line 4, so remove the
duplicate one at line 8.

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

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 {
--
2.25.1