From: Christoph Hellwig <hch@lst.de>
To: davem@redhat.com
Cc: netdev@oss.sgi.com
Subject: [PATCH] missing statics in atm
Date: Sat, 14 Aug 2004 16:33:24 +0200 [thread overview]
Message-ID: <20040814143324.GA26061@lst.de> (raw)
--- 1.35/net/atm/clip.c 2004-07-13 15:39:15 +02:00
+++ edited/net/atm/clip.c 2004-08-11 12:00:00 +02:00
@@ -47,8 +47,8 @@
#endif
-struct net_device *clip_devs = NULL;
-struct atm_vcc *atmarpd = NULL;
+static struct net_device *clip_devs;
+static struct atm_vcc *atmarpd;
static struct neigh_table clip_tbl;
static struct timer_list idle_timer;
static int start_timer = 1;
===== net/atm/ipcommon.h 1.1 vs edited =====
--- 1.1/net/atm/ipcommon.h 2002-02-05 18:40:00 +01:00
+++ edited/net/atm/ipcommon.h 2004-08-11 11:59:21 +02:00
@@ -12,9 +12,6 @@
#include <linux/netdevice.h>
#include <linux/atmdev.h>
-
-extern struct net_device *clip_devs;
-
/*
* Appends all skbs from "from" to "to". The operation is atomic with respect
* to all other skb operations on "from" or "to".
next reply other threads:[~2004-08-14 14:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-14 14:33 Christoph Hellwig [this message]
2004-08-16 2:18 ` [PATCH] missing statics in atm 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=20040814143324.GA26061@lst.de \
--to=hch@lst.de \
--cc=davem@redhat.com \
--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).