From 76e4cc7731a1e0c07e202999b9834f9d9be66de4 Mon Sep 17 00:00:00 2001 From: Jiri Benc Date: Wed, 19 Oct 2016 11:26:37 +0200 Subject: 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 Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- net/openvswitch/vport.c | 1 - 1 file changed, 1 deletion(-) (limited to 'net/openvswitch/vport.c') diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c index 9d0a87845843..9bb85b35a1fb 100644 --- a/net/openvswitch/vport.c +++ b/net/openvswitch/vport.c @@ -463,7 +463,6 @@ int ovs_vport_receive(struct vport *vport, struct sk_buff *skb, ovs_dp_process_packet(skb, &key); return 0; } -EXPORT_SYMBOL_GPL(ovs_vport_receive); static unsigned int packet_length(const struct sk_buff *skb) { -- cgit v1.2.3-59-g8ed1b