diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:29:54 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:29:54 -0400 |
| commit | 713efeb4dbc07f76f06581eba18ff29f704fc250 (patch) | |
| tree | e099cd87213c28d57264b459374000f3b8efed8f | |
| parent | 58d53f9e73c9e752d458f3444b587a91481e3ae2 (diff) | |
Staging: hv: channel: export vmbus_sendpacket_pagebuffer 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index 7b9c39a98f00..7b553e6819af 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c | |||
| @@ -823,6 +823,7 @@ int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, | |||
| 823 | 823 | ||
| 824 | return ret; | 824 | return ret; |
| 825 | } | 825 | } |
| 826 | EXPORT_SYMBOL_GPL(vmbus_sendpacket_pagebuffer); | ||
| 826 | 827 | ||
| 827 | /* | 828 | /* |
| 828 | * vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet | 829 | * vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet |
