Commit 806a96b6 authored by Ralf Bächle's avatar Ralf Bächle Committed by David S. Miller

[NETROM]: Sparse fixes.

Moving nr_init_timers prototype to where all the other prototypes
already are.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 82bee3ae
......@@ -221,6 +221,7 @@ extern void nr_transmit_refusal(struct sk_buff *, int);
extern void nr_disconnect(struct sock *, int);
/* nr_timer.c */
extern void nr_init_timers(struct sock *sk);
extern void nr_start_heartbeat(struct sock *);
extern void nr_start_t1timer(struct sock *);
extern void nr_start_t2timer(struct sock *);
......
......@@ -63,7 +63,6 @@ static HLIST_HEAD(nr_list);
static DEFINE_SPINLOCK(nr_list_lock);
static struct proto_ops nr_proto_ops;
void nr_init_timers(struct sock *sk);
static struct sock *nr_alloc_sock(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment