From: Marc Kleine-Budde Date: Wed, 18 Jun 2025 12:00:03 +0000 (+0200) Subject: net: fec: switch from asm/cacheflush.h to linux/cacheflush.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99d171ae9595ecec9b99240d9268467afcc258e7;p=thirdparty%2Flinux.git net: fec: switch from asm/cacheflush.h to linux/cacheflush.h To fix the checkpatch warning, use linux/cacheflush.h instead of asm/cacheflush.h. Signed-off-by: Marc Kleine-Budde Reviewed-by: Wei Fang Link: https://patch.msgid.link/20250618-fec-cleanups-v4-3-c16f9a1af124@pengutronix.de Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c index 17e9bddb9ddd5..dbfc191bcde17 100644 --- a/drivers/net/ethernet/freescale/fec_main.c +++ b/drivers/net/ethernet/freescale/fec_main.c @@ -49,6 +49,7 @@ #include #include #include +#include #include #include #include @@ -71,8 +72,6 @@ #include #include -#include - #include "fec.h" static void set_multicast_list(struct net_device *ndev);