diff options
-rw-r--r-- | drivers/staging/hv/channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
703 | free_channel(channel); | 703 | free_channel(channel); |
704 | } | 704 | } |
705 | } | 705 | } |
706 | EXPORT_SYMBOL_GPL(vmbus_close); | ||
706 | 707 | ||
707 | /** | 708 | /** |
708 | * vmbus_sendpacket() - Send the specified buffer on the given channel | 709 | * vmbus_sendpacket() - Send the specified buffer on the given channel |