On Wed, 28 Aug 2024 at 15:10, Jerome Forissier <[email protected]> wrote: > > emac.c implements cpu_eth_init() so it needs to pull the corresponding > header file. > > Signed-off-by: Jerome Forissier <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > --- > arch/arm/mach-omap2/omap3/emac.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-omap2/omap3/emac.c > b/arch/arm/mach-omap2/omap3/emac.c > index 7348e92cab..1e30a06361 100644 > --- a/arch/arm/mach-omap2/omap3/emac.c > +++ b/arch/arm/mach-omap2/omap3/emac.c > @@ -9,6 +9,7 @@ > #include <net.h> > #include <asm/io.h> > #include <asm/arch/am35x_def.h> > +#include <netdev.h> > > /* > * Initializes on-chip ethernet controllers. > -- > 2.40.1 >
Reviewed-by: Ilias Apalodimas <[email protected]>

