From: Wan Jiabing Date: Tue, 23 Mar 2021 02:05:48 +0000 (+0800) Subject: net: ethernet: Remove duplicate include of vhca_event.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4c94fe88cde4bb5c8e1baa01106c4e6db1c75738;p=linux.git net: ethernet: Remove duplicate include of vhca_event.h vhca_event.h has been included at line 4, so remove the duplicate one at line 8. Signed-off-by: Wan Jiabing Signed-off-by: David S. Miller --- 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 58b6be0b03d7f..3c8a00dd573a4 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 {