mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
openvswitch: remove unnecessary EXPORT_SYMBOLs
Some symbols exported to other modules are really used only by openvswitch.ko. Remove the exports. Tested by loading all 4 openvswitch modules, nothing breaks. Signed-off-by: Jiri Benc <jbenc@redhat.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f33eb0cf99
commit
76e4cc7731
3 changed files with 0 additions and 4 deletions
|
@ -162,7 +162,6 @@ void ovs_netdev_detach_dev(struct vport *vport)
|
|||
netdev_master_upper_dev_get(vport->dev));
|
||||
dev_set_promiscuity(vport->dev, -1);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ovs_netdev_detach_dev);
|
||||
|
||||
static void netdev_destroy(struct vport *vport)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue