Skip to content

Commit 18bcf74

Browse files
Mohamad Haj Yahiadavem330
authored andcommitted
net/mlx5e: s390 system compilation fix
Add necessary headers include for s390 arch compilation. Fixes: e586b3b ("net/mlx5: Ethernet Datapath files") Fixes: d605d66 ("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>
1 parent eee2faa commit 18bcf74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/net/ethernet/mellanox/mlx5/core/en_rx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* SOFTWARE.
3131
*/
3232

33+
#include <linux/prefetch.h>
3334
#include <linux/ip.h>
3435
#include <linux/ipv6.h>
3536
#include <linux/tcp.h>

drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* SOFTWARE.
3131
*/
3232

33+
#include <linux/prefetch.h>
3334
#include <linux/ip.h>
3435
#include <linux/udp.h>
3536
#include <net/udp.h>

0 commit comments

Comments
 (0)