aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:52:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:52:22 -0700
commit70bfa307861c8790ce72ae92c4e173c898cc8ff3 (patch)
tree18d0354ccc860cb8ba2e4b400d30549f96560f13 /drivers/staging/hv
parentStaging: hv: remove SendPacket from struct vmbus_channel_interface (diff)
downloadlinux-dev-70bfa307861c8790ce72ae92c4e173c898cc8ff3.tar.xz
linux-dev-70bfa307861c8790ce72ae92c4e173c898cc8ff3.zip
Staging: hv: channel: export vmbus_close to modules
Drivers need to call this directly, so export it, like other vmbus functions. Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c
index 7b553e6819af..a6d609b8f584 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