summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-06-11 09:22:51 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2015-06-11 09:35:00 -0700
commit3d0421e0ab5315051b949ea70dee37c15e860706 (patch)
tree8d38b244be53b160f3d2191cfd3e7945f07c5634 /drivers/staging/greybus/operation.h
parent0ffacf3b8ae169a26c941345b7fa54e1624f6b95 (diff)
downloadop-kernel-dev-3d0421e0ab5315051b949ea70dee37c15e860706.zip
op-kernel-dev-3d0421e0ab5315051b949ea70dee37c15e860706.tar.gz
greybus: remove __init from .h files
__init does not belong in a .h file, as it does not do anything there, so remove all instances of it. Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/operation.h')
-rw-r--r--drivers/staging/greybus/operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/operation.h b/drivers/staging/greybus/operation.h
index 6eed6bc..0199976 100644
--- a/drivers/staging/greybus/operation.h
+++ b/drivers/staging/greybus/operation.h
@@ -158,7 +158,7 @@ int gb_operation_sync(struct gb_connection *connection, int type,
void *request, int request_size,
void *response, int response_size);
-int gb_operation_init(void) __init;
+int gb_operation_init(void);
void gb_operation_exit(void);
#endif /* !__OPERATION_H */
OpenPOWER on IntegriCloud