mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
openvswitch: Export symbols as GPL symbols.
vport can be compiled as modules, therefore openvswitch needs to export few symbols. Export them as GPL symbols. CC: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
This commit is contained in:
parent
c0560b9c52
commit
9ba559d9ca
2 changed files with 8 additions and 8 deletions
|
@ -59,7 +59,7 @@
|
|||
#include "vport-netdev.h"
|
||||
|
||||
int ovs_net_id __read_mostly;
|
||||
EXPORT_SYMBOL(ovs_net_id);
|
||||
EXPORT_SYMBOL_GPL(ovs_net_id);
|
||||
|
||||
static struct genl_family dp_packet_genl_family;
|
||||
static struct genl_family dp_flow_genl_family;
|
||||
|
@ -131,7 +131,7 @@ int lockdep_ovsl_is_held(void)
|
|||
else
|
||||
return 1;
|
||||
}
|
||||
EXPORT_SYMBOL(lockdep_ovsl_is_held);
|
||||
EXPORT_SYMBOL_GPL(lockdep_ovsl_is_held);
|
||||
#endif
|
||||
|
||||
static struct vport *new_vport(const struct vport_parms *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue