diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 16:07:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-08 19:40:45 -0500 |
commit | 9dc64d6a26b016df52d222abe9279a92d9f7cc4c (patch) | |
tree | a8874ec3719891551fa8472eb1e0ad27915fbb27 /drivers/misc/mei/client.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/client.c')
-rw-r--r-- | drivers/misc/mei/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/client.c b/drivers/misc/mei/client.c index cc3e76c60417..e2e9cb7df067 100644 --- a/drivers/misc/mei/client.c +++ b/drivers/misc/mei/client.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include "mei_dev.h" | 24 | #include "mei_dev.h" |
25 | #include "hbm.h" | 25 | #include "hbm.h" |
26 | #include "interface.h" | ||
27 | #include "client.h" | 26 | #include "client.h" |
28 | 27 | ||
29 | /** | 28 | /** |