add atheros reset button fixes from #2774
[openwrt-10.03/.git] / target / linux / atheros / files / arch / mips / atheros / reset.c
index cc2fb251a19fb3e9bad188dcc679b21fd367eb5c..52fa3bbfcf117fd91978f49a8d049e71ced3e4b7 100644 (file)
 struct event_t {
        struct work_struct wq;
        int set;
-       long int jiffies;
+       unsigned long jiffies;
 };
 
 static struct ar531x_boarddata *bcfg;
 
 extern struct sock *uevent_sock;
 extern u64 uevent_next_seqnum(void);
-static int seen;
+static unsigned long seen;
 
 static inline void add_msg(struct sk_buff *skb, char *msg)
 {