summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/sundance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/sundance.c')
-rw-r--r--src/drivers/net/sundance.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c
index a5552cfc7..c446ac08d 100644
--- a/src/drivers/net/sundance.c
+++ b/src/drivers/net/sundance.c
@@ -59,13 +59,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
#define le32desc_to_virt(addr) bus_to_virt(le32_to_cpu(addr))
-/* May need to be moved to mii.h */
-struct mii_if_info {
- int phy_id;
- int advertising;
- unsigned int full_duplex:1; /* is full duplex? */
-};
-
/* Set the mtu */
static int mtu = 1514;