Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c6c49de authored by David S. Miller's avatar David S. Miller
Browse files

openvswitch: Export lockdep_ovsl_is_held to modules.



ERROR: "lockdep_ovsl_is_held" [net/openvswitch/vport-gre.ko] undefined!

Reported-by: default avatarAlexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e5935e62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 *);