Skip to content

Commit

Permalink
Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
Browse files Browse the repository at this point in the history
Export the vmbus_sendpacket_pagebuffer_ctl() interface. This export will be
used by the netvsc driver.

Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
kattisrinivasan authored and gregkh committed Mar 25, 2015
1 parent 4ce50e9 commit b3a19b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ int vmbus_sendpacket_pagebuffer_ctl(struct vmbus_channel *channel,

return ret;
}
EXPORT_SYMBOL_GPL(vmbus_sendpacket_pagebuffer_ctl);

/*
* vmbus_sendpacket_pagebuffer - Send a range of single-page buffer
Expand Down

0 comments on commit b3a19b3

Please sign in to comment.