mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
ecca44805d
commit
b669c54bfd
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue