sky2: fix sky2_link_down copy/paste comment error
[safe/jmp/linux-2.6] / drivers / net / bfin_mac.h
index f774d5a..052b5dc 100644 (file)
@@ -49,7 +49,7 @@ struct net_dma_desc_tx {
        struct status_area_tx status;
 };
 
-struct bf537mac_local {
+struct bfin_mac_local {
        /*
         * these are things that the kernel wants me to keep, so users
         * can find out semi-useless statistics of how well the card is
@@ -66,7 +66,7 @@ struct bf537mac_local {
        int old_duplex;
 
        struct phy_device *phydev;
-       struct mii_bus mii_bus;
+       struct mii_bus *mii_bus;
 };
 
 extern void bfin_get_ether_addr(char *addr);