diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:58:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 12:58:21 -0400 |
commit | 36ceadfc65a78822dfb8e87fc9daab6be3ac3994 (patch) | |
tree | 4b98b8ae0b0db1f58130c93daebca6e0ec2a0ab8 | |
parent | ba9bf63080bea106e91e4639cea8940b9b3851a1 (diff) |
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>
-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 a6d609b8f584..26ebc77f22b7 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c | |||
@@ -305,6 +305,7 @@ errorout: | |||
305 | kfree(openInfo); | 305 | kfree(openInfo); |
306 | return err; | 306 | return err; |
307 | } | 307 | } |
308 | EXPORT_SYMBOL_GPL(vmbus_open); | ||
308 | 309 | ||
309 | /* | 310 | /* |
310 | * dump_gpadl_body - Dump the gpadl body message to the console for | 311 | * dump_gpadl_body - Dump the gpadl body message to the console for |