projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e6c81
)
greybus: operation: add missing gb_operation_response_send() export
author
Matt Porter
<mporter@linaro.org>
Tue, 3 Feb 2015 18:17:39 +0000
(13:17 -0500)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/operation.c
b/drivers/staging/greybus/operation.c
index 82ff306d15e34ef9fa5712426f3f8537d798ee4a..50498ec3fdfa2bcbff903315090a7e3fe5c2d3c8 100644
(file)
--- 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.