From: Tom Rini Date: Sun, 27 Nov 2022 15:25:12 +0000 (-0500) Subject: net: fec_mxc: Remove non-DM_ETH code X-Git-Tag: v2023.04-rc1~28^2~12^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b669c54bfdf06648b66679468cd36ecb3ed2cb43;p=pandora-u-boot.git 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 --- diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h index 48faa33d66e..77bfc1cbf45 100644 --- a/drivers/net/fec_mxc.h +++ b/drivers/net/fec_mxc.h @@ -263,9 +263,7 @@ struct fec_priv { uint32_t reset_delay; uint32_t reset_post_delay; #endif -#ifdef CONFIG_DM_ETH u32 interface; -#endif struct clk ipg_clk; struct clk ahb_clk; struct clk clk_enet_out;