greybus: operation: add missing gb_operation_response_send() export
authorMatt Porter <mporter@linaro.org>
Tue, 3 Feb 2015 18:17:39 +0000 (13:17 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 4 Feb 2015 02:24:23 +0000 (18:24 -0800)
Export gb_operation_response_send() for other modules

Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c

index 82ff306..50498ec 100644 (file)
@@ -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.