Skip to content

Commit

Permalink
mei: move client functions to client.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 9, 2013
1 parent 0edb23f commit 9ca9050
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 366 deletions.
2 changes: 1 addition & 1 deletion drivers/misc/mei/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mei-objs := init.o
mei-objs += hbm.o
mei-objs += interrupt.o
mei-objs += interface.o
mei-objs += iorw.o
mei-objs += main.o
mei-objs += amthif.o
mei-objs += wd.o
mei-objs += client.o
Loading

0 comments on commit 9ca9050

Please sign in to comment.