1 --- a/arch/mips/ar231x/reset.c
2 +++ b/arch/mips/ar231x/reset.c
3 @@ -24,7 +24,8 @@ struct event_t {
4 static struct timer_list rst_button_timer;
5 static unsigned long seen;
7 -extern struct sock *uevent_sock;
8 +extern struct sock *uevent_sock = NULL;
9 +EXPORT_SYMBOL_GPL(uevent_sock);
10 extern u64 uevent_next_seqnum(void);
12 static int no_release_workaround = 1;