diff options
Diffstat (limited to 'drivers/net/rtl8019.c')
| -rw-r--r-- | drivers/net/rtl8019.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/drivers/net/rtl8019.c b/drivers/net/rtl8019.c index 9d62cab34..3ddf91793 100644 --- a/drivers/net/rtl8019.c +++ b/drivers/net/rtl8019.c @@ -32,10 +32,6 @@  #include "rtl8019.h"  #include <net.h> -#ifdef CONFIG_DRIVER_RTL8019 - -#if defined(CONFIG_CMD_NET) -  /* packet page register access functions */  static unsigned char get_reg (unsigned int regno) @@ -271,7 +267,3 @@ extern int eth_send (volatile void *packet, int length)  	return 0;  } - -#endif /* CONFIG_CMD_NET */ - -#endif /* CONFIG_DRIVER_RTL8019 */ |