ehea: fix skb_frag_size typo
[pandora-kernel.git] / drivers / net / irda / ali-ircc.h
index 0787657..0c8edb4 100644 (file)
@@ -191,7 +191,6 @@ struct ali_ircc_cb {
        struct tx_fifo tx_fifo;    /* Info about frames to be transmitted */
 
        struct net_device *netdev;     /* Yes! we are some kind of netdevice */
-       struct net_device_stats stats;
        
        struct irlap_cb *irlap;    /* The link layer we are binded to */
        struct qos_info qos;       /* QoS capabilities for this device */
@@ -219,8 +218,6 @@ struct ali_ircc_cb {
        int index;                 /* Instance index */
        
        unsigned char fifo_opti_buf;
-
-        struct pm_dev *dev;
 };
 
 static inline void switch_bank(int iobase, int bank)