diff options
author | Jiri Benc <jbenc@redhat.com> | 2016-10-19 12:26:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-19 22:11:55 +0300 |
commit | 76e4cc7731a1e0c07e202999b9834f9d9be66de4 (patch) | |
tree | 0d2d44f5678fe5bb5f94404895bc676bf4ccb58d /net/openvswitch/vport-netdev.c | |
parent | f33eb0cf9984f79e8643eaac888e4b6a06a8e221 (diff) | |
download | linux-76e4cc7731a1e0c07e202999b9834f9d9be66de4.tar.xz |
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>
Diffstat (limited to 'net/openvswitch/vport-netdev.c')
-rw-r--r-- | net/openvswitch/vport-netdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-netdev.c b/net/openvswitch/vport-netdev.c index 4e3972344aa6..e825753de1e0 100644 --- a/net/openvswitch/vport-netdev.c +++ b/net/openvswitch/vport-netdev.c @@ -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) { |