diff options
Diffstat (limited to 'drivers/net/smc91111.c')
| -rw-r--r-- | drivers/net/smc91111.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/net/smc91111.c b/drivers/net/smc91111.c index 8061f1297..e8b235b4a 100644 --- a/drivers/net/smc91111.c +++ b/drivers/net/smc91111.c @@ -65,8 +65,6 @@  #include "smc91111.h"  #include <net.h> -#ifdef CONFIG_DRIVER_SMC91111 -  /* Use power-down feature of the chip */  #define POWER_DOWN	0 @@ -1620,4 +1618,3 @@ int get_rom_mac (uchar *v_rom_mac)  	return (valid_mac ? 1 : 0);  #endif  } -#endif /* CONFIG_DRIVER_SMC91111 */ |