From 208008c322fd1ffdd07e7fc95910154174ce0ff3 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Mon, 10 Feb 2014 14:33:53 +0200 Subject: [PATCH] mei: fix compilation error with missing WATCHDOG_CORE Kconfig is not transitive so INTEL_ME_TXE has to depend on WATCHDOG_CORE as well ERROR: "watchdog_unregister_device" [drivers/misc/mei/mei.ko] undefined! ERROR: "watchdog_register_device" [drivers/misc/mei/mei.ko] undefined! Reported-by: Fengguang Wu Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed