2010-10-15 14:05:32 +00:00
|
|
|
--- a/arch/mips/ar231x/reset.c
|
|
|
|
+++ b/arch/mips/ar231x/reset.c
|
2010-10-15 15:06:32 +00:00
|
|
|
@@ -24,7 +24,8 @@ struct event_t {
|
2010-10-15 14:05:32 +00:00
|
|
|
static struct timer_list rst_button_timer;
|
|
|
|
static unsigned long seen;
|
|
|
|
|
2010-10-15 15:06:32 +00:00
|
|
|
-extern struct sock *uevent_sock;
|
2010-10-15 14:05:32 +00:00
|
|
|
+struct sock *uevent_sock = NULL;
|
2010-10-15 15:06:32 +00:00
|
|
|
+EXPORT_SYMBOL_GPL(uevent_sock);
|
2010-10-15 14:05:32 +00:00
|
|
|
extern u64 uevent_next_seqnum(void);
|
|
|
|
|
2010-10-15 15:06:32 +00:00
|
|
|
static int no_release_workaround = 1;
|