diff options
author | David S. Miller <davem@davemloft.net> | 2014-10-28 17:27:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-28 17:27:23 -0400 |
commit | 2c6c49ded7a7209fe8618423c457b8000ee528a4 (patch) | |
tree | 6ea974a5294c5f3beaa1c4a32e24f35fc9313e47 /net/openvswitch | |
parent | e5935e6279ebecb6c0871798e5975aa67592e053 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index aecddb9bb80a..f18302f32049 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -131,6 +131,7 @@ int lockdep_ovsl_is_held(void) | |||
131 | else | 131 | else |
132 | return 1; | 132 | return 1; |
133 | } | 133 | } |
134 | EXPORT_SYMBOL(lockdep_ovsl_is_held); | ||
134 | #endif | 135 | #endif |
135 | 136 | ||
136 | static struct vport *new_vport(const struct vport_parms *); | 137 | static struct vport *new_vport(const struct vport_parms *); |