[2.6 patch] export dev_get_flags

From: Adrian Bunk
Date: Tue Mar 15 2005 - 17:41:20 EST


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@xxxxxxxxx>

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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/