From 5f345a5d394270596f532db6611b12a1377fb622 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 3 Feb 2015 13:17:39 -0500 Subject: [PATCH] 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 --- drivers/staging/greybus/operation.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4