From: Tomas Winkler Date: Tue, 8 Jan 2013 21:07:14 +0000 (+0200) Subject: mei: fix client functions names X-Git-Tag: v3.9-rc1~124^2~145 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90e0b5f18569bdd03c5ddd1d8c99946f42af77b8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed