From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 15:39:59 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_teardown_gpadl to modules X-Git-Tag: v2.6.37-rc1~60^2~3^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18726d7a60fdced593b94ff7cc5264ba753ef656;p=thirdparty%2Fkernel%2Flinux.git Staging: hv: channel: export vmbus_teardown_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 45dda9b32e963..27004ade91a64 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -637,6 +637,7 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) kfree(info); return ret; } +EXPORT_SYMBOL_GPL(vmbus_teardown_gpadl); /* * vmbus_close - Close the specified channel