net/mlx5: Accel, Remove unnecessary header include
authorTariq Toukan <tariqt@mellanox.com>
Mon, 30 Mar 2020 12:42:02 +0000 (15:42 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 9 May 2020 08:05:42 +0000 (01:05 -0700)
The include of Ethernet driver header in core is not needed
and actually wrong.
Remove it.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/accel/accel.h

index c132604..82b1851 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
-#include "en.h"
 
 static inline bool is_metadata_hdr_valid(struct sk_buff *skb)
 {