diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-04-25 08:53:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-27 05:53:50 -0400 |
commit | 0b9da337dca972e7a4144e298ec3adb8f244d4a4 (patch) | |
tree | 0f200964ef90587ee21df0acfa4aae43449b52ac /drivers/net/ucc_geth.h | |
parent | 1dd2d06c0459a2f1bffc56765e3cc57427818867 (diff) |
net: Rework ucc_geth driver to use of_mdio infrastructure
This patch simplifies the driver by making use of more common code.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index 602764799df0..dca628a922ba 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h | |||
@@ -1099,7 +1099,7 @@ struct ucc_geth_info { | |||
1099 | u32 eventRegMask; | 1099 | u32 eventRegMask; |
1100 | u16 pausePeriod; | 1100 | u16 pausePeriod; |
1101 | u16 extensionField; | 1101 | u16 extensionField; |
1102 | char phy_bus_id[BUS_ID_SIZE]; | 1102 | struct device_node *phy_node; |
1103 | u8 weightfactor[NUM_TX_QUEUES]; | 1103 | u8 weightfactor[NUM_TX_QUEUES]; |
1104 | u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES]; | 1104 | u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES]; |
1105 | u8 l2qt[UCC_GETH_VLAN_PRIORITY_MAX]; | 1105 | u8 l2qt[UCC_GETH_VLAN_PRIORITY_MAX]; |