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 <wanjiabing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wan Jiabing 2021-03-23 10:05:48 +08:00 committed by David S. Miller
parent ea6c8635d5
commit 4c94fe88cd
1 changed files with 0 additions and 1 deletions

View File

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