commit | f35ab903ef6dad781a3de25ab37850499d2a39d4 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Jun 09 17:42:51 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Wed Jun 10 10:38:23 2015 -0700 |
tree | 76a39a932f61865a965a43618ef0a793dbe6befd | |
parent | 47ed2c92406f94ac0f122ebf0e05fc63d3f0c02a [diff] |
greybus: endo: define endo_init() and endo_exit() Define init and exit functions to do one-time setup and teardown of endo-related functionality. Currently they're place holders; the next patch will populate them. Note that we now call gb_operation_exit() from gb_init(), so we can no longer mark that function with __exit. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>