From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 15:47:43 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_establish_gpadl to modules X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=98873724aa3957f27f35a82f20c85262fae42f0d;p=linux-beck.git Staging: hv: channel: export vmbus_establish_gpadl 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 27004ade91a6..264155e29a7c 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -584,6 +584,7 @@ Cleanup: kfree(msginfo); return ret; } +EXPORT_SYMBOL_GPL(vmbus_establish_gpadl); /* * vmbus_teardown_gpadl -Teardown the specified GPADL handle