Skip to content

Commit

Permalink
Staging: hv: channel: export vmbus_sendpacket_pagebuffer 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 58d53f9 commit 713efeb
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 @@ -823,6 +823,7 @@ int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel,

return ret;
}
EXPORT_SYMBOL_GPL(vmbus_sendpacket_pagebuffer);

/*
* vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet
Expand Down

0 comments on commit 713efeb

Please sign in to comment.