aboutsummaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2005-09-22 04:44:55 -0300
committerArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 04:44:55 -0300
commitcf309e3fb863b7a245b91f816193957f6daf786f (patch)
treedea98fdd919c726857d63b9a0f60e9ba89ca32d8 /net/core
parent6e2144b76840be09924de1626e2dcd7b315f75b3 (diff)
[LLC]: Fix for Bugzilla ticket #5156
Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index c01511e3d0c..37c88107096 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -574,6 +574,8 @@ struct net_device *dev_getbyhwaddr(unsigned short type, char *ha)
return dev;
}
+EXPORT_SYMBOL(dev_getbyhwaddr);
+
struct net_device *dev_getfirstbyhwtype(unsigned short type)
{
struct net_device *dev;