[atheros] enable mtu & mac config options
[openwrt.git] / target / linux / atheros / patches-2.6.35 / 211-reset_button-2.6.35.patch
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;
6  
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);
11  
12  static int no_release_workaround = 1;