summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-10-28 17:27:23 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-28 17:27:23 -0400
commit2c6c49ded7a7209fe8618423c457b8000ee528a4 (patch)
tree6ea974a5294c5f3beaa1c4a32e24f35fc9313e47 /net/openvswitch
parente5935e6279ebecb6c0871798e5975aa67592e053 (diff)
downloadop-kernel-dev-2c6c49ded7a7209fe8618423c457b8000ee528a4.zip
op-kernel-dev-2c6c49ded7a7209fe8618423c457b8000ee528a4.tar.gz
openvswitch: Export lockdep_ovsl_is_held to modules.
ERROR: "lockdep_ovsl_is_held" [net/openvswitch/vport-gre.ko] undefined! Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/datapath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c
index aecddb9..f18302f 100644
--- a/net/openvswitch/datapath.c
+++ b/net/openvswitch/datapath.c
@@ -131,6 +131,7 @@ int lockdep_ovsl_is_held(void)
else
return 1;
}
+EXPORT_SYMBOL(lockdep_ovsl_is_held);
#endif
static struct vport *new_vport(const struct vport_parms *);
OpenPOWER on IntegriCloud