diff options
author | Greg Kroah-Hartman <[email protected]> | 2010-10-21 08:47:43 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-10-21 08:47:43 -0700 |
commit | 98873724aa3957f27f35a82f20c85262fae42f0d (patch) | |
tree | 2d0f393a93caacb2326d68fd8d3d58beb9adf970 | |
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 <[email protected]>
Cc: Hank Janssen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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: kfree(msginfo); return ret; } +EXPORT_SYMBOL_GPL(vmbus_establish_gpadl); /* * vmbus_teardown_gpadl -Teardown the specified GPADL handle |