commit | 90e0b5f18569bdd03c5ddd1d8c99946f42af77b8 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Jan 08 23:07:14 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 08 16:40:44 2013 -0800 |
tree | 2d70ede445345397032a92fe9f5e24eb8d3c4981 | |
parent | 9ca9050b3df690d9d44e39424ab2a531120af936 [diff] |
mei: fix client functions names Use common prefix for function names: mei_cl_ - for host clients mei_me_ - for me clients mei_io_ - for io callback functions Because mei_cl holds mei_device back pointer we can also drop the dev argument from the client functions add client.h header to export the clients API Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>