summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
diff options
context:
space:
mode:
authorMatt Porter2015-02-03 19:17:39 +0100
committerGreg Kroah-Hartman2015-02-04 03:24:23 +0100
commit5f345a5d394270596f532db6611b12a1377fb622 (patch)
tree02bf1c21e089a95dd7f8497f810ca60bee1c374c /drivers/staging/greybus/operation.c
parentgreybus: spi:fix sparse warnings (diff)
downloadkernel-qcow2-linux-5f345a5d394270596f532db6611b12a1377fb622.tar.gz
kernel-qcow2-linux-5f345a5d394270596f532db6611b12a1377fb622.tar.xz
kernel-qcow2-linux-5f345a5d394270596f532db6611b12a1377fb622.zip
greybus: operation: add missing gb_operation_response_send() export
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>
Diffstat (limited to 'drivers/staging/greybus/operation.c')
-rw-r--r--drivers/staging/greybus/operation.c1
1 files changed, 1 insertions, 0 deletions
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.