From: Tom Rini Date: Fri, 18 Jul 2025 01:15:37 +0000 (-0600) Subject: net: Add to some platforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5564a4be25a80b2f503dcfb1940b9828daffe7db;p=thirdparty%2Fu-boot.git net: Add to some platforms The common portable header for CPU related functions such as cache flushing and invalidation is so add that to these drivers. Signed-off-by: Tom Rini --- diff --git a/drivers/net/fsl_enetc.c b/drivers/net/fsl_enetc.c index 97cccda4519..a4ba27904bc 100644 --- a/drivers/net/fsl_enetc.c +++ b/drivers/net/fsl_enetc.c @@ -6,6 +6,7 @@ */ #include +#include #include #include #include diff --git a/drivers/net/hifemac.c b/drivers/net/hifemac.c index 90cc247b3b6..62182f922f8 100644 --- a/drivers/net/hifemac.c +++ b/drivers/net/hifemac.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include