Skip to content

Commit

Permalink
Staging: hv: channel: export vmbus_teardown_gpadl to modules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 150b19d commit 18726d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18726d7

Please sign in to comment.