mei: move client functions to client.c
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 8 Jan 2013 21:07:13 +0000 (23:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2013 00:40:44 +0000 (16:40 -0800)
commit9ca9050b3df690d9d44e39424ab2a531120af936
tree06664064214caea9635e66025ad342f60cfc9662
parent0edb23fc3451c84350edcc999c023d225a49530d
mei: move client functions to client.c

This file now contains me and host client functions
and also io callback helpers
We also kill iorw.c which is no longer needed

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/Makefile
drivers/misc/mei/client.c [new file with mode: 0644]
drivers/misc/mei/init.c
drivers/misc/mei/interface.c
drivers/misc/mei/iorw.c [deleted file]