diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 11:47:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 11:47:43 -0400 |
commit | 98873724aa3957f27f35a82f20c85262fae42f0d (patch) | |
tree | 2d0f393a93caacb2326d68fd8d3d58beb9adf970 /drivers/staging | |
parent | a78770572074c63fd34dd64fbfd777675bef23db (diff) |
Staging: hv: channel: export vmbus_establish_gpadl 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>
Diffstat (limited to 'drivers/staging')
-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 27004ade91a6..264155e29a7c 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c | |||
@@ -584,6 +584,7 @@ Cleanup: | |||
584 | kfree(msginfo); | 584 | kfree(msginfo); |
585 | return ret; | 585 | return ret; |
586 | } | 586 | } |
587 | EXPORT_SYMBOL_GPL(vmbus_establish_gpadl); | ||
587 | 588 | ||
588 | /* | 589 | /* |
589 | * vmbus_teardown_gpadl -Teardown the specified GPADL handle | 590 | * vmbus_teardown_gpadl -Teardown the specified GPADL handle |