netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Sparse fixes for NETROM
@ 2005-03-02 20:47 Ralf Baechle
  2005-03-11  3:47 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2005-03-02 20:47 UTC (permalink / raw)
  To: netdev

Moving nr_init_timers prototype to where all the other prototypes
already are.

Index: bk-afu/include/net/netrom.h
===================================================================
--- bk-afu.orig/include/net/netrom.h	2005-03-01 00:49:26.108296048 +0000
+++ bk-afu/include/net/netrom.h	2005-03-01 00:54:52.707645400 +0000
@@ -221,6 +221,7 @@
 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 *);
Index: bk-afu/net/netrom/af_netrom.c
===================================================================
--- bk-afu.orig/net/netrom/af_netrom.c	2005-03-01 00:49:26.088299088 +0000
+++ bk-afu/net/netrom/af_netrom.c	2005-03-01 00:55:31.325774552 +0000
@@ -63,7 +63,6 @@
 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)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Sparse fixes for NETROM
  2005-03-02 20:47 [PATCH] Sparse fixes for NETROM Ralf Baechle
@ 2005-03-11  3:47 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-03-11  3:47 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: netdev

On Wed, 2 Mar 2005 21:47:53 +0100
Ralf Baechle <ralf@linux-mips.org> wrote:

> Moving nr_init_timers prototype to where all the other prototypes
> already are.

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-11  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-02 20:47 [PATCH] Sparse fixes for NETROM Ralf Baechle
2005-03-11  3:47 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).