Skip to content
Snippets Groups Projects
Commit dd0a251c authored by David S. Miller's avatar David S. Miller
Browse files

com0020: Add missing symbol export for com20020_netdev_ops.


Thanks to Stephen Rothwell.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4811fcb7
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment