Staging: hv: channel: export vmbus_receivepacket_raw to modules
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 16:09:23 +0000 (09:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 16:09:23 +0000 (09:09 -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 264155e..9deac90 100644 (file)
@@ -1017,6 +1017,7 @@ int vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer,
        spin_unlock_irqrestore(&channel->inbound_lock, flags);
        return 0;
 }
+EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);
 
 /*
  * vmbus_onchannel_event - Channel event callback