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>
This commit is contained in:
parent
cae5b843c8
commit
adaee6bd45
1 changed files with 1 additions and 0 deletions
|
@ -1017,6 +1017,7 @@ int vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer,
|
||||||
spin_unlock_irqrestore(&channel->inbound_lock, flags);
|
spin_unlock_irqrestore(&channel->inbound_lock, flags);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* vmbus_onchannel_event - Channel event callback
|
* vmbus_onchannel_event - Channel event callback
|
||||||
|
|
Loading…
Add table
Reference in a new issue