diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 20:58:21 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-21 20:58:21 +0400 |
commit | 36ceadfc65a78822dfb8e87fc9daab6be3ac3994 (patch) | |
tree | 4b98b8ae0b0db1f58130c93daebca6e0ec2a0ab8 /drivers/staging | |
parent | ba9bf63080bea106e91e4639cea8940b9b3851a1 (diff) | |
download | linux-36ceadfc65a78822dfb8e87fc9daab6be3ac3994.tar.xz |
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>
Diffstat (limited to 'drivers/staging')
-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: kfree(openInfo); return err; } +EXPORT_SYMBOL_GPL(vmbus_open); /* * dump_gpadl_body - Dump the gpadl body message to the console for |