diff options
Diffstat (limited to 'drivers/net/tsec.c')
| -rw-r--r-- | drivers/net/tsec.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index 397ae7162..6e0f2c6fd 100644 --- a/drivers/net/tsec.c +++ b/drivers/net/tsec.c @@ -17,7 +17,6 @@  #include <net.h>  #include <command.h> -#if defined(CONFIG_TSEC_ENET)  #include "tsec.h"  #include "miiphy.h" @@ -1741,5 +1740,3 @@ tsec_mcast_addr (struct eth_device *dev, u8 mcast_mac, u8 set)  	return 0;  }  #endif /* Multicast TFTP ? */ - -#endif /* CONFIG_TSEC_ENET */ |