aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sungem_phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sungem_phy.h')
-rw-r--r--include/linux/sungem_phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sungem_phy.h b/include/linux/sungem_phy.h
index af02f9479cbb..bd9be9f59d3a 100644
--- a/include/linux/sungem_phy.h
+++ b/include/linux/sungem_phy.h
@@ -61,7 +61,7 @@ struct mii_phy
61/* Pass in a struct mii_phy with dev, mdio_read and mdio_write 61/* Pass in a struct mii_phy with dev, mdio_read and mdio_write
62 * filled, the remaining fields will be filled on return 62 * filled, the remaining fields will be filled on return
63 */ 63 */
64extern int mii_phy_probe(struct mii_phy *phy, int mii_id); 64extern int sungem_phy_probe(struct mii_phy *phy, int mii_id);
65 65
66 66
67/* MII definitions missing from mii.h */ 67/* MII definitions missing from mii.h */