]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sungem_phy.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
[linux-2.6-omap-h63xx.git] / drivers / net / sungem_phy.h
index 822cb58174ea2235597e7e784a931b2b290e0d32..430544496c52689502f0e1991a1e17d6e11cd797 100644 (file)
@@ -43,9 +43,10 @@ struct mii_phy
        int                     pause;
 
        /* Provided by host chip */
-       struct net_device*      dev;
+       struct net_device       *dev;
        int (*mdio_read) (struct net_device *dev, int mii_id, int reg);
        void (*mdio_write) (struct net_device *dev, int mii_id, int reg, int val);
+       void                    *platform_data;
 };
 
 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write