summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-10-21 17:39:59 +0200
committerGreg Kroah-Hartman2010-10-21 17:39:59 +0200
commit18726d7a60fdced593b94ff7cc5264ba753ef656 (patch)
treedc88f1e064dfeafb9578901a904a0fc5b27c5527 /drivers
parentStaging: hv: make get_channel_info static (diff)
downloadkernel-qcow2-linux-18726d7a60fdced593b94ff7cc5264ba753ef656.tar.gz
kernel-qcow2-linux-18726d7a60fdced593b94ff7cc5264ba753ef656.tar.xz
kernel-qcow2-linux-18726d7a60fdced593b94ff7cc5264ba753ef656.zip
Staging: hv: channel: export vmbus_teardown_gpadl 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')
-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 45dda9b32e96..27004ade91a6 100644
--- a/drivers/staging/hv/channel.c
+++ b/drivers/staging/hv/channel.c
@@ -637,6 +637,7 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle)
kfree(info);
return ret;
}
+EXPORT_SYMBOL_GPL(vmbus_teardown_gpadl);
/*
* vmbus_close - Close the specified channel