aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:23:59 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:23:59 -0700
commit4cb106faf1e1d5566eded521d14e141b5eac36e2 (patch)
tree387afe1501fcc6c1b563b7f8f7cc8f1af5d70ae2 /drivers/staging/hv
parentStaging: hv: remove RecvPacket from struct vmbus_channel_interface (diff)
downloadlinux-dev-4cb106faf1e1d5566eded521d14e141b5eac36e2.tar.xz
linux-dev-4cb106faf1e1d5566eded521d14e141b5eac36e2.zip
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/channel.c2
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,
return ret;
}
-
+EXPORT_SYMBOL_GPL(vmbus_sendpacket_multipagebuffer);
/**
* vmbus_recvpacket() - Retrieve the user packet on the specified channel