greybus: operation: fix missing symbol exports
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 27 Mar 2015 11:41:10 +0000 (12:41 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 30 Mar 2015 13:10:06 +0000 (15:10 +0200)
commit1dad6b3515b2cac308a039cf2d081f6b72db1e4a
tree4aae09bcc72bff6a4698dc699cc2c34e9288e93b
parente2cb6cacad80355b1b9ba864ab9e68b9e4014c21
greybus: operation: fix missing symbol exports

Add missing EXPORT_SYMBOL_GPL for gb_operation_response_alloc,
gb_operation_result, gb_operation_get, gb_operation_request_send and
gb_operation_cancel, which are all supposed to be accessible from
protocol handlers.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c