netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] export dev_get_flags
       [not found] <200503151852.j2FIqr8t009525@clem.clem-digital.net>
@ 2005-03-15 22:31 ` Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-03-15 22:31 UTC (permalink / raw)
  To: Pete Clements; +Cc: linux-kernel, Thomas Graf, davem, netdev

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)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-15 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200503151852.j2FIqr8t009525@clem.clem-digital.net>
2005-03-15 22:31 ` [2.6 patch] export dev_get_flags Adrian Bunk

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).