Skip to content

Commit

Permalink
Staging: hv: channel: export vmbus_receivepacket_raw to modules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent cae5b84 commit adaee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adaee6b

Please sign in to comment.