Merge branch 'master' of git://git.denx.de/u-boot-coldfire
[oweals/u-boot.git] / drivers / net / smc91111.c
index 8061f12979dbbbf5317079d49a932f6c48794cb7..e8b235b4ab8f0636c5a160b80cf147dd0f2a8b21 100644 (file)
@@ -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 */