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:
parent
ea6c8635d5
commit
4c94fe88cd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue