From: Adrian Bunk <bunk@stusta.de>
To: Pete Clements <clem@clem.clem-digital.net>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Thomas Graf <tgraf@suug.ch>,
davem@davemloft.net, netdev@oss.sgi.com
Subject: [2.6 patch] export dev_get_flags
Date: Tue, 15 Mar 2005 23:31:12 +0100 [thread overview]
Message-ID: <20050315223112.GX3189@stusta.de> (raw)
In-Reply-To: <200503151852.j2FIqr8t009525@clem.clem-digital.net>
On Tue, Mar 15, 2005 at 01:52:53PM -0500, Pete Clements wrote:
> Fyi:
> 2.6.11.3-bk1 net/ipv6/ipv6.ko missing symbol dev_get_flags
It seems this patch is required (untested).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-mm3-full/net/core/dev.c.old 2005-03-15 20:13:52.000000000 +0100
+++ linux-2.6.11-mm3-full/net/core/dev.c 2005-03-15 20:14:32.000000000 +0100
@@ -2214,6 +2214,7 @@
return flags;
}
+EXPORT_SYMBOL_GPL(dev_get_flags);
int dev_change_flags(struct net_device *dev, unsigned flags)
{
parent reply other threads:[~2005-03-15 22:31 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200503151852.j2FIqr8t009525@clem.clem-digital.net>]
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=20050315223112.GX3189@stusta.de \
--to=bunk@stusta.de \
--cc=clem@clem.clem-digital.net \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.com \
--cc=tgraf@suug.ch \
/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).