dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Greg Kroah-Hartman 2010-10-21 09:23:59 -07:00
parent 22ff5c9166
commit 4cb106faf1
1 changed files with 1 additions and 1 deletions

View File

@ -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