|
@@ -59,7 +59,6 @@
|
|
#include "vport-netdev.h"
|
|
#include "vport-netdev.h"
|
|
|
|
|
|
int ovs_net_id __read_mostly;
|
|
int ovs_net_id __read_mostly;
|
|
-EXPORT_SYMBOL_GPL(ovs_net_id);
|
|
|
|
|
|
|
|
static struct genl_family dp_packet_genl_family;
|
|
static struct genl_family dp_packet_genl_family;
|
|
static struct genl_family dp_flow_genl_family;
|
|
static struct genl_family dp_flow_genl_family;
|
|
@@ -131,7 +130,6 @@ int lockdep_ovsl_is_held(void)
|
|
else
|
|
else
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
-EXPORT_SYMBOL_GPL(lockdep_ovsl_is_held);
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
static struct vport *new_vport(const struct vport_parms *);
|
|
static struct vport *new_vport(const struct vport_parms *);
|