diff options
-rw-r--r-- | drivers/staging/hv/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index 9deac90f19d4..7b9c39a98f00 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c | |||
@@ -891,7 +891,7 @@ int vmbus_sendpacket_multipagebuffer(struct vmbus_channel *channel, | |||
891 | 891 | ||
892 | return ret; | 892 | return ret; |
893 | } | 893 | } |
894 | 894 | EXPORT_SYMBOL_GPL(vmbus_sendpacket_multipagebuffer); | |
895 | 895 | ||
896 | /** | 896 | /** |
897 | * vmbus_recvpacket() - Retrieve the user packet on the specified channel | 897 | * vmbus_recvpacket() - Retrieve the user packet on the specified channel |