summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-09-27 00:29:31 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2005-09-27 00:29:31 +0200
commit56e9b263242ca80a70abd8831343b268315c27dc (patch)
tree19a4fe82be6725754a1b0a25638e693d994ac86d /net/core
parent[NETFILTER]: Fix invalid module autoloading by splitting iptable_nat (diff)
parent[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg (diff)
downloadlinux-56e9b263242ca80a70abd8831343b268315c27dc.tar.xz
linux-56e9b263242ca80a70abd8831343b268315c27dc.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6
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 c01511e3d0c1..37c881070963 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;