]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/myri_sbus.h
twl4030-gpio use new gpiolib hooks
[linux-2.6-omap-h63xx.git] / drivers / net / myri_sbus.h
index 47722f708a41822da4da40fc88f0e4752235fd5c..5d93fcc95d55e7db5240b956ee3109d26331d42d 100644 (file)
@@ -280,7 +280,6 @@ struct myri_eth {
        void __iomem                    *lregs;         /* Quick ptr to LANAI regs.   */
        struct sk_buff         *rx_skbs[RX_RING_SIZE+1];/* RX skb's                   */
        struct sk_buff         *tx_skbs[TX_RING_SIZE];  /* TX skb's                   */
-       struct net_device_stats         enet_stats;     /* Interface stats.           */
 
        /* These are less frequently accessed. */
        void __iomem                    *regs;          /* MyriCOM register space.    */
@@ -290,7 +289,6 @@ struct myri_eth {
        unsigned int                    reg_size;       /* Size of register space.    */
        unsigned int                    shmem_base;     /* Offset to shared ram.      */
        struct sbus_dev                 *myri_sdev;     /* Our SBUS device struct.    */
-       struct myri_eth                 *next_module;   /* Next in adapter chain.     */
 };
 
 /* We use this to acquire receive skb's that we can DMA directly into. */