"Das U-Boot" Source Tree

net: fec_mxc: Remove non-DM_ETH code

As DM_ETH is required for all network drivers, it's now safe to
remove the non-DM_ETH support code.

Signed-off-by: Tom Rini <trini@konsulko.com>

Tom Rini b669c54b ecca4480

-2
-2
drivers/net/fec_mxc.h
··· 263 263 uint32_t reset_delay; 264 264 uint32_t reset_post_delay; 265 265 #endif 266 - #ifdef CONFIG_DM_ETH 267 266 u32 interface; 268 - #endif 269 267 struct clk ipg_clk; 270 268 struct clk ahb_clk; 271 269 struct clk clk_enet_out;