4861b112a8543230811a44172f58ac1e3c27091a
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-2.6.36 / 211-reset_button-2.6.36.patch
1 --- a/arch/mips/ar231x/reset.c
2 +++ b/arch/mips/ar231x/reset.c
3 @@ -24,7 +24,7 @@ struct event_t {
4 static struct timer_list rst_button_timer;
5 static unsigned long seen;
6
7 -extern struct sock *uevent_sock = NULL;
8 +struct sock *uevent_sock = NULL;
9 EXPORT_SYMBOL_GPL(uevent_sock);
10 extern u64 uevent_next_seqnum(void);
11