remove unused config symbol from FEC driver
authorGreg Ungerer <[email protected]>
Mon, 30 Jul 2007 06:28:57 +0000 (16:28 +1000)
committerLinus Torvalds <[email protected]>
Mon, 30 Jul 2007 17:52:09 +0000 (10:52 -0700)
Removed unused CONFIG symbol and its conditional code from FEC driver.
Pointed out by Robert P. J. Day <[email protected]>.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/fec.c

index e3a1732d4c1e435cf6bffca3f4c135d45d441af7..52a6f945c0013c80c1d2481ab1cae908dd5b703b 100644 (file)
@@ -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)