greybus: operation: add missing gb_operation_response_send() export

Export gb_operation_response_send() for other modules

Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Matt Porter 2015-02-03 13:17:39 -05:00 committed by Greg Kroah-Hartman
parent f4e6c817b3
commit 5f345a5d39

View File

@ -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.