aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:58:21 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 09:58:21 -0700
commit36ceadfc65a78822dfb8e87fc9daab6be3ac3994 (patch)
tree4b98b8ae0b0db1f58130c93daebca6e0ec2a0ab8 /drivers/staging/hv
parentStaging: hv: remove Close from struct vmbus_channel_interface (diff)
downloadlinux-dev-36ceadfc65a78822dfb8e87fc9daab6be3ac3994.tar.xz
linux-dev-36ceadfc65a78822dfb8e87fc9daab6be3ac3994.zip
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/hv')
-rw-r--r--drivers/staging/hv/channel.c1
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