diff options
author | Tomas Winkler | 2013-01-08 23:07:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-01-08 16:40:45 -0800 |
commit | 9dc64d6a26b016df52d222abe9279a92d9f7cc4c (patch) | |
tree | a8874ec3719891551fa8472eb1e0ad27915fbb27 /drivers/misc/mei/main.c | |
parent | 37e7d6e74f2e80196410f6e5c7533d99fe9aa9d1 (diff) |
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>
Diffstat (limited to 'drivers/misc/mei/main.c')
-rw-r--r-- | drivers/misc/mei/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c index 8d3c134314c6..e31ade30086d 100644 --- a/drivers/misc/mei/main.c +++ b/drivers/misc/mei/main.c @@ -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 */ |