projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1863be
)
m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC
author
Greg Ungerer
<gerg@uclinux.org>
Fri, 6 Jun 2008 05:55:36 +0000
(15:55 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Wed, 23 Jul 2008 05:11:29 +0000
(15:11 +1000)
They have never been used in this port of the driver. It is has only
ever been used on the ColdFire SoC ethernet core.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
drivers/net/fec.c
patch
|
blob
|
history
diff --git
a/drivers/net/fec.c
b/drivers/net/fec.c
index 0ef7226efd5c22d9ed5b4f4256729d0e0690a7f5..ecd5c71a7a8a5f6470f7362a051434f61529e5b3 100644
(file)
--- a/
drivers/net/fec.c
+++ b/
drivers/net/fec.c
@@
-53,7
+53,7
@@
#define FEC_MAX_PORTS 1
#endif
-#if defined(CONFIG_
FADS) || defined(CONFIG_RPXCLASSIC) || defined(CONFIG_
M5272)
+#if defined(CONFIG_M5272)
#define HAVE_mii_link_interrupt
#endif