projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ff5c9
)
Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modules
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:23:59 +0000
(09:23 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:23:59 +0000
(09:23 -0700)
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>
drivers/staging/hv/channel.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/hv/channel.c
b/drivers/staging/hv/channel.c
index 9deac90f19d4537c94ad15a641e87d3d63d1f551..7b9c39a98f001b13eab5fb1a0794f9db5119e900 100644
(file)
--- 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