Skip to content

Commit

Permalink
mei: move host bus message handling to hbm.c
Browse files Browse the repository at this point in the history
for sake of more layered design we move host
bus message handling to the new hbm.c file

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 7, 2013
1 parent 3a65dd4 commit bb1b013
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 419 deletions.
1 change: 1 addition & 0 deletions drivers/misc/mei/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
obj-$(CONFIG_INTEL_MEI) += mei.o
mei-objs := init.o
mei-objs += hbm.o
mei-objs += interrupt.o
mei-objs += interface.o
mei-objs += iorw.o
Expand Down
Loading

0 comments on commit bb1b013

Please sign in to comment.