From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:58:21 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_open to modules X-Git-Tag: firefly_0821_release~7613^2~3583^2~3^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=36ceadfc65a78822dfb8e87fc9daab6be3ac3994;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index a6d609b8f584..26ebc77f22b7 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