diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 09:58:21 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 09:58:21 -0700 |
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 a6d609b8f58..26ebc77f22b 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -305,6 +305,7 @@ errorout: kfree(openInfo); return err; } +EXPORT_SYMBOL_GPL(vmbus_open); /* * dump_gpadl_body - Dump the gpadl body message to the console for |