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.14-rc1~2366^2~378^2~21^2~1698 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f345a5d394270596f532db6611b12a1377fb622;p=platform%2Fkernel%2Flinux-rpi.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 82ff306..50498ec 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.