diff options
Diffstat (limited to 'net/openvswitch/datapath.c')
-rw-r--r-- | net/openvswitch/datapath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 4d67ea856067..194435aa1165 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -59,7 +59,6 @@ | |||
59 | #include "vport-netdev.h" | 59 | #include "vport-netdev.h" |
60 | 60 | ||
61 | int ovs_net_id __read_mostly; | 61 | int ovs_net_id __read_mostly; |
62 | EXPORT_SYMBOL_GPL(ovs_net_id); | ||
63 | 62 | ||
64 | static struct genl_family dp_packet_genl_family; | 63 | static struct genl_family dp_packet_genl_family; |
65 | static struct genl_family dp_flow_genl_family; | 64 | static struct genl_family dp_flow_genl_family; |
@@ -131,7 +130,6 @@ int lockdep_ovsl_is_held(void) | |||
131 | else | 130 | else |
132 | return 1; | 131 | return 1; |
133 | } | 132 | } |
134 | EXPORT_SYMBOL_GPL(lockdep_ovsl_is_held); | ||
135 | #endif | 133 | #endif |
136 | 134 | ||
137 | static struct vport *new_vport(const struct vport_parms *); | 135 | static struct vport *new_vport(const struct vport_parms *); |