From 15c94784deeb7fd25cb3c45ed4c746eef1fe94ca Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 28 Jul 2008 16:08:37 -0700 Subject: [PATCH] Export the "dp_mutex" symbol, since it's needed by the hardware tables. --- datapath/datapath.c | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath/datapath.c b/datapath/datapath.c index a303f500..980b91ec 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -74,6 +74,7 @@ static struct genl_multicast_group mc_group; */ static struct datapath *dps[DP_MAX]; DEFINE_MUTEX(dp_mutex); +EXPORT_SYMBOL(dp_mutex); static int dp_maint_func(void *data); static int send_port_status(struct net_bridge_port *p, uint8_t status); -- 2.30.2