From 98873724aa3957f27f35a82f20c85262fae42f0d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 08:47:43 -0700 Subject: [PATCH] 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 --- 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 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 -- 2.34.1