Commit 5f345a5d authored by Matt Porter's avatar Matt Porter Committed by Greg Kroah-Hartman

greybus: operation: add missing gb_operation_response_send() export

Export gb_operation_response_send() for other modules
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent f4e6c817
......@@ -734,6 +734,7 @@ int gb_operation_response_send(struct gb_operation *operation, int errno)
return gb_message_send(operation->response);
}
EXPORT_SYMBOL_GPL(gb_operation_response_send);
/*
* This function is called when a buffer send request has completed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment