]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/phy.h
phylib: rename mii_bus::dev to mii_bus::parent
[linux-2.6-omap-h63xx.git] / include / linux / phy.h
index 5f170f5b1a300a838db72950f8d2781c365f0760..87499bdedc6fd3b4cfea2a4e5f5f46c1db625445 100644 (file)
@@ -99,7 +99,7 @@ struct mii_bus {
         */
        struct mutex mdio_lock;
 
-       struct device *dev;
+       struct device *parent;
 
        /* list of all PHYs on bus */
        struct phy_device *phy_map[PHY_MAX_ADDR];