From 005fce0258b318b8b95a5891b4aedf437d843dec Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 10 Dec 2008 01:11:50 -0600 Subject: [ethernet] Move struct mii_if_info to mii.h Signed-off-by: Michael Brown --- src/drivers/net/pcnet32.c | 6 ------ src/drivers/net/sundance.c | 7 ------- 2 files changed, 13 deletions(-) (limited to 'src/drivers/net') diff --git a/src/drivers/net/pcnet32.c b/src/drivers/net/pcnet32.c index 2ceccbc11..223bc1e2b 100644 --- a/src/drivers/net/pcnet32.c +++ b/src/drivers/net/pcnet32.c @@ -222,12 +222,6 @@ struct { unsigned char rxb[RX_RING_SIZE][PKT_BUF_SZ]; } pcnet32_bufs __shared; -/* 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? */ -}; /* * The first three fields of pcnet32_private are read by the ethernet device 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; -- cgit v1.2.3-55-g7522