commit | cf309e3fb863b7a245b91f816193957f6daf786f | [log] [tgz] |
---|---|---|
author | Jochen Friedrich <jochen@scram.de> | Thu Sep 22 04:44:55 2005 -0300 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Thu Sep 22 04:44:55 2005 -0300 |
tree | dea98fdd919c726857d63b9a0f60e9ba89ca32d8 | |
parent | 6e2144b76840be09924de1626e2dcd7b315f75b3 [diff] [blame] |
[LLC]: Fix for Bugzilla ticket #5156 Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
diff --git a/net/core/dev.c b/net/core/dev.c index c01511e..37c8810 100644 --- a/net/core/dev.c +++ b/net/core/dev.c
@@ -574,6 +574,8 @@ return dev; } +EXPORT_SYMBOL(dev_getbyhwaddr); + struct net_device *dev_getfirstbyhwtype(unsigned short type) { struct net_device *dev;