diff options
-rw-r--r-- | drivers/net/fec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec.c b/drivers/net/fec.c index 0ef7226efd5c..ecd5c71a7a8a 100644 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c | |||
@@ -53,7 +53,7 @@ | |||
53 | #define FEC_MAX_PORTS 1 | 53 | #define FEC_MAX_PORTS 1 |
54 | #endif | 54 | #endif |
55 | 55 | ||
56 | #if defined(CONFIG_FADS) || defined(CONFIG_RPXCLASSIC) || defined(CONFIG_M5272) | 56 | #if defined(CONFIG_M5272) |
57 | #define HAVE_mii_link_interrupt | 57 | #define HAVE_mii_link_interrupt |
58 | #endif | 58 | #endif |
59 | 59 | ||