diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:23:59 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:23:59 -0400 |
commit | 4cb106faf1e1d5566eded521d14e141b5eac36e2 (patch) | |
tree | 387afe1501fcc6c1b563b7f8f7cc8f1af5d70ae2 | |
parent | 22ff5c9166ed31130426714232f4a6f79235af34 (diff) |
Staging: hv: channel: export vmbus_sendpacket_multipagebuffer 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>
-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 |