On Thu, Mar 26, 2020 at 9:01 AM Michal Simek <[email protected]> wrote: > > When MACB_ZYNQ is enabled there is compilation warnings > drivers/net/macb.c: In function ‘_macb_init’: > drivers/net/macb.h:675:33: error: ‘MACB_DMACFG’ undeclared (first use in this > function); > did you mean ‘MACB_MCF’? > writel((value), (port)->regs + MACB_##reg) > ^~~~~ > > It has been caused by changing macros name by commit below. > > Fixes: 6c636514d499 ("net: macb: sync header definitions as taken from Linux") > Signed-off-by: Michal Simek <[email protected]>
Acked-by: Joe Hershberger <[email protected]>

