]> git.proxmox.com Git - mirror_ovs.git/commit
datapath: remove unnecessary EXPORT_SYMBOLs
authorJiri Benc <jbenc@redhat.com>
Thu, 16 Feb 2017 01:34:18 +0000 (17:34 -0800)
committerJoe Stringer <joe@ovn.org>
Thu, 2 Mar 2017 23:51:38 +0000 (15:51 -0800)
commitb43449eacb3ebd07d493ae86b42d60bbccb841c1
treeccc4f9a2a1509def8ff1c810d9b051ac3453c843
parentb0470d03092daf8e6ff76ad561388c726f23af19
datapath: remove unnecessary EXPORT_SYMBOLs

Upstream commit:
    commit 76e4cc7731a1e0c07e202999b9834f9d9be66de4
    Author: Jiri Benc <jbenc@redhat.com>
    Date:   Wed Oct 19 11:26:37 2016 +0200

    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>
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Signed-off-by: Joe Stringer <joe@ovn.org>
datapath/datapath.c
datapath/vport-netdev.c
datapath/vport.c