Skip to content

Commit

Permalink
Staging: hv: channel: export vmbus_open 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 ba9bf63 commit 36ceadf
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 @@ -305,6 +305,7 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size,
kfree(openInfo);
return err;
}
EXPORT_SYMBOL_GPL(vmbus_open);

/*
* dump_gpadl_body - Dump the gpadl body message to the console for
Expand Down

0 comments on commit 36ceadf

Please sign in to comment.