Staging: hv: channel: export vmbus_open 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:
parent
ba9bf63080
commit
36ceadfc65
@ -305,6 +305,7 @@ errorout:
|
|||||||
kfree(openInfo);
|
kfree(openInfo);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(vmbus_open);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* dump_gpadl_body - Dump the gpadl body message to the console for
|
* dump_gpadl_body - Dump the gpadl body message to the console for
|
||||||
|
Loading…
Reference in New Issue
Block a user