diff options
Diffstat (limited to 'drivers/net/smc911x.c')
| -rw-r--r-- | drivers/net/smc911x.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 6d93bf074..7555cb967 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -23,9 +23,6 @@   */  #include <common.h> - -#ifdef CONFIG_DRIVER_SMC911X -  #include <command.h>  #include <net.h>  #include <miiphy.h> @@ -699,5 +696,3 @@ int eth_rx(void)  	return 0;  } - -#endif				/* CONFIG_DRIVER_SMC911X */ |