Change the type of contex of tx_agg and rx_agg from void * to
staruc r8152 *.
Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
 #define IPV6_CS                        (1 << 28) /* Calculate IPv6 checksum */
 };
 
+struct r8152;
+
 struct rx_agg {
        struct list_head list;
        struct urb *urb;
-       void *context;
+       struct r8152 *context;
        void *buffer;
        void *head;
 };
 struct tx_agg {
        struct list_head list;
        struct urb *urb;
-       void *context;
+       struct r8152 *context;
        void *buffer;
        void *head;
        u32 skb_num;