diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-30 02:28:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-30 13:52:09 -0400 |
commit | f0d3464f5cd1002ad5c1f1116cc84a8815c41476 (patch) | |
tree | 4de65e320beb957792ec4b5aa997ab6af7a15bbd /drivers | |
parent | 080853afe3da90d3c54a2eea8a9ab6a2f814fb0e (diff) |
remove unused config symbol from FEC driver
Removed unused CONFIG symbol and its conditional code from FEC driver.
Pointed out by Robert P. J. Day <rpjday@mindspring.com>.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/fec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/fec.c b/drivers/net/fec.c index e3a1732d4c1e..52a6f945c001 100644 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c | |||
@@ -99,8 +99,6 @@ static unsigned char fec_mac_default[] = { | |||
99 | #define FEC_FLASHMAC 0xf0006006 | 99 | #define FEC_FLASHMAC 0xf0006006 |
100 | #elif defined(CONFIG_GILBARCONAP) || defined(CONFIG_SCALES) | 100 | #elif defined(CONFIG_GILBARCONAP) || defined(CONFIG_SCALES) |
101 | #define FEC_FLASHMAC 0xf0006000 | 101 | #define FEC_FLASHMAC 0xf0006000 |
102 | #elif defined (CONFIG_MTD_KeyTechnology) | ||
103 | #define FEC_FLASHMAC 0xffe04000 | ||
104 | #elif defined(CONFIG_CANCam) | 102 | #elif defined(CONFIG_CANCam) |
105 | #define FEC_FLASHMAC 0xf0020000 | 103 | #define FEC_FLASHMAC 0xf0020000 |
106 | #elif defined (CONFIG_M5272C3) | 104 | #elif defined (CONFIG_M5272C3) |