mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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:
parent
f4e6c817b3
commit
5f345a5d39
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user