From 5f345a5d394270596f532db6611b12a1377fb622 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 3 Feb 2015 13:17:39 -0500 Subject: 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(+) (limited to 'drivers/staging/greybus/operation.c') 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. -- cgit v1.2.3-55-g7522