Skip to content

Commit

Permalink
mei: extract AMTHI functions into the amthif.c file
Browse files Browse the repository at this point in the history
Move AMT Host Interface functions into the new amthif.c file.
All functions has now common prefix: mei_amthif_

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 Nov 1, 2012
1 parent 3870c32 commit 19838fb
Show file tree
Hide file tree
Showing 7 changed files with 613 additions and 556 deletions.
1 change: 1 addition & 0 deletions drivers/misc/mei/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ mei-objs += interrupt.o
mei-objs += interface.o
mei-objs += iorw.o
mei-objs += main.o
mei-objs += amthif.o
mei-objs += wd.o
Loading

0 comments on commit 19838fb

Please sign in to comment.