aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cris
diff options
context:
space:
mode:
authorChristoph Egger <siccegge@cs.fau.de>2010-07-14 16:41:53 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-14 16:41:53 -0400
commit2cb8d9d1da282d4067a9b2dfbf8f7b0bab0c56e7 (patch)
tree15ae8a837aa036688b9a013bf2ffb700a6f09c71 /drivers/net/cris
parentef3cf9f2fbef8279a29a027db0d02b56bd0b75f3 (diff)
eth_v10: Removing dead ETRAX_NETWORK_RED_ON_NO_CONNECTION
ETRAX_NETWORK_RED_ON_NO_CONNECTION doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge@cs.fau.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cris')
-rw-r--r--drivers/net/cris/eth_v10.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c
index 7e00027b9f8e..81475cc80e1c 100644
--- a/drivers/net/cris/eth_v10.c
+++ b/drivers/net/cris/eth_v10.c
@@ -1702,11 +1702,7 @@ e100_set_network_leds(int active)
1702 1702
1703 if (!current_speed) { 1703 if (!current_speed) {
1704 /* Make LED red, link is down */ 1704 /* Make LED red, link is down */
1705#if defined(CONFIG_ETRAX_NETWORK_RED_ON_NO_CONNECTION)
1706 CRIS_LED_NETWORK_SET(CRIS_LED_RED);
1707#else
1708 CRIS_LED_NETWORK_SET(CRIS_LED_OFF); 1705 CRIS_LED_NETWORK_SET(CRIS_LED_OFF);
1709#endif
1710 } else if (light_leds) { 1706 } else if (light_leds) {
1711 if (current_speed == 10) { 1707 if (current_speed == 10) {
1712 CRIS_LED_NETWORK_SET(CRIS_LED_ORANGE); 1708 CRIS_LED_NETWORK_SET(CRIS_LED_ORANGE);