projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4811fcb
)
com0020: Add missing symbol export for com20020_netdev_ops.
author
David S. Miller
<davem@davemloft.net>
Mon, 26 Jan 2009 05:17:25 +0000
(21:17 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 26 Jan 2009 05:17:25 +0000
(21:17 -0800)
Thanks to Stephen Rothwell.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arcnet/com20020.c
patch
|
blob
|
history
diff --git
a/drivers/net/arcnet/com20020.c
b/drivers/net/arcnet/com20020.c
index bbe8f2ccdadb8c57811b2eee66d5c607901a6f10..651275a5f3d27020022d1682930c89a7db6ace3b 100644
(file)
--- a/
drivers/net/arcnet/com20020.c
+++ b/
drivers/net/arcnet/com20020.c
@@
-348,6
+348,7
@@
static void com20020_set_mc_list(struct net_device *dev)
defined(CONFIG_ARCNET_COM20020_CS_MODULE)
EXPORT_SYMBOL(com20020_check);
EXPORT_SYMBOL(com20020_found);
+EXPORT_SYMBOL(com20020_netdev_ops);
#endif
MODULE_LICENSE("GPL");