diff options
Diffstat (limited to 'drivers/net/3c589.c')
| -rw-r--r-- | drivers/net/3c589.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/net/3c589.c b/drivers/net/3c589.c index 3f1e770ef..0cf8dff68 100644 --- a/drivers/net/3c589.c +++ b/drivers/net/3c589.c @@ -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 */ |