diff options
Diffstat (limited to 'drivers/net/tsec.c')
| -rw-r--r-- | drivers/net/tsec.c | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index e50d516f5..59d41e9ce 100644 --- a/drivers/net/tsec.c +++ b/drivers/net/tsec.c @@ -16,8 +16,8 @@  #include <malloc.h>  #include <net.h>  #include <command.h> +#include <tsec.h> -#include "tsec.h"  #include "miiphy.h"  DECLARE_GLOBAL_DATA_PTR; @@ -32,12 +32,6 @@ typedef volatile struct rtxbd {  	rxbd8_t rxbd[PKTBUFSRX];  } RTXBD; -struct tsec_info_struct { -	unsigned int phyaddr; -	u32 flags; -	unsigned int phyregidx; -}; -  /* The tsec_info structure contains 3 values which the   * driver uses to determine how to operate a given ethernet   * device. The information needed is: |