From: Matt Porter Date: Tue, 3 Feb 2015 18:17:39 +0000 (-0500) Subject: greybus: operation: add missing gb_operation_response_send() export X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1698 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f345a5d394270596f532db6611b12a1377fb622;p=karo-tx-linux.git greybus: operation: add missing gb_operation_response_send() export Export gb_operation_response_send() for other modules Signed-off-by: Matt Porter Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index 82ff306d15e3..50498ec3fdfa 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -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.