projects
/
GitHub
/
moto-9609
/
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:
5dd30f5
)
Staging: hv: channel: export vmbus_close to modules
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:52:22 +0000
(09:52 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Oct 2010 16:52:22 +0000
(09:52 -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 7b553e6819afe8ccedcd631ef0b9cde679e32f11..a6d609b8f5840022905f05746ddf51cb4c27bcb0 100644
(file)
--- a/
drivers/staging/hv/channel.c
+++ b/
drivers/staging/hv/channel.c
@@
-703,6
+703,7
@@
void vmbus_close(struct vmbus_channel *channel)
free_channel(channel);
}
}
+EXPORT_SYMBOL_GPL(vmbus_close);
/**
* vmbus_sendpacket() - Send the specified buffer on the given channel