mei: rename interface to hw-me

Rename hw-me.h to hw-me-regs.h as this file
contains only register definitions.
Files hw-me.[ch] now contains ME hw dependant
functionality

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tomas Winkler 2013-01-08 23:07:17 +02:00 committed by Greg Kroah-Hartman
parent 37e7d6e74f
commit 9dc64d6a26
13 changed files with 216 additions and 218 deletions

View file

@ -40,7 +40,7 @@
#include <linux/mei.h>
#include "mei_dev.h"
#include "interface.h"
#include "hw-me.h"
#include "client.h"
/* AMT device is a singleton on the platform */