Skip to content

Commit

Permalink
Staging: hv: channel: export vmbus_establish_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 a787705 commit 9887372
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 @@ -584,6 +584,7 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
kfree(msginfo);
return ret;
}
EXPORT_SYMBOL_GPL(vmbus_establish_gpadl);

/*
* vmbus_teardown_gpadl -Teardown the specified GPADL handle
Expand Down

0 comments on commit 9887372

Please sign in to comment.