From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:29:54 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modules X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=713efeb4dbc07f76f06581eba18ff29f704fc250;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Staging: hv: channel: export vmbus_sendpacket_pagebuffer 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 7b9c39a98f00..7b553e6819af 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -823,6 +823,7 @@ int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, return ret; } +EXPORT_SYMBOL_GPL(vmbus_sendpacket_pagebuffer); /* * vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet