summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/Makefile
diff options
context:
space:
mode:
authorAlexander Usyskin2016-01-07 23:49:21 +0100
committerGreg Kroah-Hartman2016-02-07 07:11:06 +0100
commitfdd9b8655933c3eb3154fe1ed351c17b654258bd (patch)
treefd8fe3dc39af6e46da838d9acdc395cce0420f1d /drivers/misc/mei/Makefile
parentmei: drop nfc leftovers from the mei driver (diff)
downloadkernel-qcow2-linux-fdd9b8655933c3eb3154fe1ed351c17b654258bd.tar.gz
kernel-qcow2-linux-fdd9b8655933c3eb3154fe1ed351c17b654258bd.tar.xz
kernel-qcow2-linux-fdd9b8655933c3eb3154fe1ed351c17b654258bd.zip
mei: wd: drop the watchdog code from the core mei driver
Instead of integrating the iAMT watchdog in the mei core driver we will create a watchdog device on the mei client bus and create a driver for it. This patch removes the watchdog code from the mei core driver. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/Makefile')
-rw-r--r--drivers/misc/mei/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile
index 01447ca21c26..59e6b0aede34 100644
--- a/drivers/misc/mei/Makefile
+++ b/drivers/misc/mei/Makefile
@@ -9,7 +9,6 @@ mei-objs += interrupt.o
mei-objs += client.o
mei-objs += main.o
mei-objs += amthif.o
-mei-objs += wd.o
mei-objs += bus.o
mei-objs += bus-fixup.o
mei-$(CONFIG_DEBUG_FS) += debugfs.o