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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.