net: Add <cpu_func.h> to some platforms

The common portable header for CPU related functions such as cache
flushing and invalidation is <cpu_func.h> so add that to these drivers.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2025-07-17 19:15:37 -06:00 committed by Jerome Forissier
parent 3a5da11ffe
commit 5564a4be25
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
*/
#include <clk.h>
#include <cpu_func.h>
#include <dm.h>
#include <errno.h>
#include <fdt_support.h>

View File

@ -9,6 +9,7 @@
#include <dm.h>
#include <clk.h>
#include <cpu_func.h>
#include <miiphy.h>
#include <net.h>
#include <reset.h>