diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2014-03-11 08:49:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-17 18:53:27 -0400 |
commit | 6e4cd27a35622cddbe6c0d6fbeb9da8c232029d1 (patch) | |
tree | 5a16fb81e8229228112c57706ce4fd86108bf5df /drivers/misc/mei/wd.c | |
parent | cc99ecfdac01215594c73907726b12f251c21e20 (diff) |
mei: make me hw headers private to me hw.
Remove includes of me-hw.h and me-hw-regs.h headers from
the mei generic code.
The mei layer should not depend on hw specific headers
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/wd.c')
-rw-r--r-- | drivers/misc/mei/wd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index e084adf27259..ebf1cbc198fd 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | #include "mei_dev.h" | 26 | #include "mei_dev.h" |
27 | #include "hbm.h" | 27 | #include "hbm.h" |
28 | #include "hw-me.h" | ||
29 | #include "client.h" | 28 | #include "client.h" |
30 | 29 | ||
31 | static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 }; | 30 | static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 }; |