From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:52:22 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_close to modules X-Git-Tag: v2.6.37-rc1~60^2~3^2~14 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=70bfa307861c8790ce72ae92c4e173c898cc8ff3;hp=5dd30f5170b60e7124eed4ae1b389f280fac8930;p=net-next-2.6.git Staging: hv: channel: export vmbus_close 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 7b553e6819a..a6d609b8f58 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -703,6 +703,7 @@ void vmbus_close(struct vmbus_channel *channel) free_channel(channel); } } +EXPORT_SYMBOL_GPL(vmbus_close); /** * vmbus_sendpacket() - Send the specified buffer on the given channel