mfd: Correct WM835x ISINK ramp time defines
[safe/jmp/linux-2.6] / include / linux / hdlcdrv.h
index 4f6ee3b..c010b4a 100644 (file)
@@ -200,7 +200,7 @@ struct hdlcdrv_state {
 
        struct hdlcdrv_hdlcrx {
                struct hdlcdrv_hdlcbuffer hbuf;
-               long in_hdlc_rx;
+               unsigned long in_hdlc_rx;
                /* 0 = sync hunt, != 0 receiving */
                int rx_state;   
                unsigned int bitstream;
@@ -215,7 +215,7 @@ struct hdlcdrv_state {
 
        struct hdlcdrv_hdlctx {
                struct hdlcdrv_hdlcbuffer hbuf;
-               long in_hdlc_tx;
+               unsigned long in_hdlc_tx;
                /*
                 * 0 = send flags
                 * 1 = send txtail (flags)
@@ -241,7 +241,6 @@ struct hdlcdrv_state {
        struct hdlcdrv_bitbuffer bitbuf_hdlc;
 #endif /* HDLCDRV_DEBUG */
 
-       struct net_device_stats stats;
        int ptt_keyed;
 
        /* queued skb for transmission */