]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/3c589.c
Moved initialization of plb2800 Ethernet driver to board_eth_init
[karo-tx-uboot.git] / drivers / net / 3c589.c
index 3f1e770efe17f99081b16ff7647359e6de8f4d0b..0cf8dff689fe066b48bfad1fe2df276db682e411 100644 (file)
@@ -26,8 +26,6 @@
 #include <command.h>
 #include <net.h>
 
-#ifdef CONFIG_DRIVER_3C589
-
 #include "3c589.h"
 
 
@@ -514,6 +512,3 @@ int eth_send(volatile void *packet, int length) {
 
        return length;
 }
-
-
-#endif /* CONFIG_DRIVER_3C589 */