diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 09:23:59 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 09:23:59 -0700 |
commit | 4cb106faf1e1d5566eded521d14e141b5eac36e2 (patch) | |
tree | 387afe1501fcc6c1b563b7f8f7cc8f1af5d70ae2 /drivers/staging | |
parent | 22ff5c9166ed31130426714232f4a6f79235af34 (diff) |
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 <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/hv/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |