mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
net/mlx5e: s390 system compilation fix
Add necessary headers include for s390 arch compilation. Fixes:e586b3b0ba("net/mlx5: Ethernet Datapath files") Fixes:d605d6686d("net/mlx5e: Add support for ethtool self..") Signed-off-by: Mohamad Haj Yahia <mohamad@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
eee2faabc6
commit
18bcf742fb
@@ -30,6 +30,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <linux/prefetch.h>
|
||||
#include <linux/ip.h>
|
||||
#include <linux/ipv6.h>
|
||||
#include <linux/tcp.h>
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <linux/prefetch.h>
|
||||
#include <linux/ip.h>
|
||||
#include <linux/udp.h>
|
||||
#include <net/udp.h>
|
||||
|
||||
Reference in New Issue
Block a user