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>
This commit is contained in:
Greg Kroah-Hartman 2010-10-21 08:47:43 -07:00
parent a787705720
commit 98873724aa

View File

@ -584,6 +584,7 @@ Cleanup:
kfree(msginfo); kfree(msginfo);
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(vmbus_establish_gpadl);
/* /*
* vmbus_teardown_gpadl -Teardown the specified GPADL handle * vmbus_teardown_gpadl -Teardown the specified GPADL handle