From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:23:59 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modules X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4cb106faf1e1d5566eded521d14e141b5eac36e2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- 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