add atheros reset button fixes from #2774
authorFelix Fietkau <nbd@openwrt.org>
Thu, 13 Dec 2007 05:14:47 +0000 (05:14 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 13 Dec 2007 05:14:47 +0000 (05:14 +0000)
SVN-Revision: 9721

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)
 {