From: Tomas Winkler Date: Mon, 10 Feb 2014 12:33:53 +0000 (+0200) Subject: mei: fix compilation error with missing WATCHDOG_CORE X-Git-Tag: v3.15-rc1~141^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208008c322fd1ffdd07e7fc95910154174ce0ff3;p=pandora-kernel.git 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-diff-tree failed