Commit 6ec33cfc authored by Jeff Garzik's avatar Jeff Garzik Committed by Linus Torvalds

[PATCH] add missing export-symbol lines for ethtool_ops

ethtool helpers need exporting.
parent c79ba1b1
......@@ -625,4 +625,10 @@ EXPORT_SYMBOL(wireless_spy_update);
EXPORT_SYMBOL(linkwatch_fire_event);
/* ethtool.c */
EXPORT_SYMBOL(ethtool_op_get_link);
EXPORT_SYMBOL(ethtool_op_get_tx_csum);
EXPORT_SYMBOL(ethtool_op_get_sg);
EXPORT_SYMBOL(ethtool_op_set_sg);
#endif /* CONFIG_NET */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment