Merge branch 'linus' into x86/signal
[pandora-kernel.git] / drivers / net / macb.h
index 4e3283e..d3212f6 100644 (file)
@@ -374,6 +374,7 @@ struct macb {
        struct clk              *pclk;
        struct clk              *hclk;
        struct net_device       *dev;
+       struct napi_struct      napi;
        struct net_device_stats stats;
        struct macb_stats       hw_stats;
 
@@ -383,7 +384,7 @@ struct macb {
 
        unsigned int            rx_pending, tx_pending;
 
-       struct mii_bus          mii_bus;
+       struct mii_bus          *mii_bus;
        struct phy_device       *phy_dev;
        unsigned int            link;
        unsigned int            speed;