mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 01:18:58 +02:00
add atheros reset button fixes from #2774
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5cc4ef352f
commit
e373d77d2e
@ -15,14 +15,14 @@
|
|||||||
struct event_t {
|
struct event_t {
|
||||||
struct work_struct wq;
|
struct work_struct wq;
|
||||||
int set;
|
int set;
|
||||||
long int jiffies;
|
unsigned long jiffies;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct ar531x_boarddata *bcfg;
|
static struct ar531x_boarddata *bcfg;
|
||||||
|
|
||||||
extern struct sock *uevent_sock;
|
extern struct sock *uevent_sock;
|
||||||
extern u64 uevent_next_seqnum(void);
|
extern u64 uevent_next_seqnum(void);
|
||||||
static int seen;
|
static unsigned long seen;
|
||||||
|
|
||||||
static inline void add_msg(struct sk_buff *skb, char *msg)
|
static inline void add_msg(struct sk_buff *skb, char *msg)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user