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:
58d53f9
)
Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modules
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:29:54 +0000
(09:29 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:29:54 +0000
(09:29 -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 7b9c39a98f001b13eab5fb1a0794f9db5119e900..7b553e6819afe8ccedcd631ef0b9cde679e32f11 100644
(file)
--- 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