]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modules
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 16:23:59 +0000 (09:23 -0700)
committerGreg 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

index 9deac90f19d4537c94ad15a641e87d3d63d1f551..7b9c39a98f001b13eab5fb1a0794f9db5119e900 100644 (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