From 36ceadfc65a78822dfb8e87fc9daab6be3ac3994 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 09:58:21 -0700 Subject: [PATCH] Staging: hv: channel: export vmbus_open to modules Drivers need to call this directly, so export it, like other vmbus functions. Cc: Haiyang Zhang Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index a6d609b..26ebc77 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -305,6 +305,7 @@ errorout: kfree(openInfo); return err; } +EXPORT_SYMBOL_GPL(vmbus_open); /* * dump_gpadl_body - Dump the gpadl body message to the console for -- 2.7.4