aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/wd.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-01-08 23:07:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-08 16:40:45 -0800
commit9dc64d6a26b016df52d222abe9279a92d9f7cc4c (patch)
treea8874ec3719891551fa8472eb1e0ad27915fbb27 /drivers/misc/mei/wd.c
parentmei: move watchdog prototypes to mei_dev.h from interface.h (diff)
downloadlinux-dev-9dc64d6a26b016df52d222abe9279a92d9f7cc4c.tar.xz
linux-dev-9dc64d6a26b016df52d222abe9279a92d9f7cc4c.zip
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/wd.c')
-rw-r--r--drivers/misc/mei/wd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c
index 5ad5225ea2b9..bfcbcc8c028b 100644
--- a/drivers/misc/mei/wd.c
+++ b/drivers/misc/mei/wd.c
@@ -25,7 +25,7 @@
#include "mei_dev.h"
#include "hbm.h"
-#include "interface.h"
+#include "hw-me.h"
#include "client.h"
static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 };