projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecca448
)
net: fec_mxc: Remove non-DM_ETH code
author
Tom Rini
<trini@konsulko.com>
Sun, 27 Nov 2022 15:25:12 +0000
(10:25 -0500)
committer
Tom Rini
<trini@konsulko.com>
Wed, 7 Dec 2022 21:04:17 +0000
(16:04 -0500)
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>
drivers/net/fec_mxc.h
patch
|
blob
|
history
diff --git
a/drivers/net/fec_mxc.h
b/drivers/net/fec_mxc.h
index
48faa33
..
77bfc1c
100644
(file)
--- 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;