diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-30 16:28:57 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-30 10:52:09 -0700 |
commit | f0d3464f5cd1002ad5c1f1116cc84a8815c41476 (patch) | |
tree | 4de65e320beb957792ec4b5aa997ab6af7a15bbd | |
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>
-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 e3a1732d4c1..52a6f945c00 100644 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c @@ -99,8 +99,6 @@ static unsigned char fec_mac_default[] = { #define FEC_FLASHMAC 0xf0006006 #elif defined(CONFIG_GILBARCONAP) || defined(CONFIG_SCALES) #define FEC_FLASHMAC 0xf0006000 -#elif defined (CONFIG_MTD_KeyTechnology) -#define FEC_FLASHMAC 0xffe04000 #elif defined(CONFIG_CANCam) #define FEC_FLASHMAC 0xf0020000 #elif defined (CONFIG_M5272C3) |