aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 12:09:23 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 12:09:23 -0400
commitadaee6bd45f6e172cde0a98461e4e1ba19284373 (patch)
tree602a51d75085b58e58c3a08c53aab45c4f5544c4
parentcae5b843c82d76e643d6822597a9ea2866e9b30d (diff)
Staging: hv: channel: export vmbus_receivepacket_raw 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>
-rw-r--r--drivers/staging/hv/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c
index 264155e29a7c..9deac90f19d4 100644
--- a/drivers/staging/hv/channel.c
+++ b/drivers/staging/hv/channel.c
@@ -1017,6 +1017,7 @@ int vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer,
1017 spin_unlock_irqrestore(&channel->inbound_lock, flags); 1017 spin_unlock_irqrestore(&channel->inbound_lock, flags);
1018 return 0; 1018 return 0;
1019} 1019}
1020EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);
1020 1021
1021/* 1022/*
1022 * vmbus_onchannel_event - Channel event callback 1023 * vmbus_onchannel_event - Channel event callback