From: Ralf Baechle <ralf@linux-mips.org>
To: netdev@oss.sgi.com
Subject: [PATCH] Sparse fixes for NETROM
Date: Wed, 2 Mar 2005 21:47:53 +0100 [thread overview]
Message-ID: <20050302204753.GA5985@linux-mips.org> (raw)
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)
{
next reply other threads:[~2005-03-02 20:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-02 20:47 Ralf Baechle [this message]
2005-03-11 3:47 ` [PATCH] Sparse fixes for NETROM David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050302204753.GA5985@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).