From: Xiao Guangrong Date: Tue, 26 Jun 2012 08:50:31 +0000 (+0800) Subject: staging: zcache: remove unnecessary config option dependence X-Git-Tag: v3.6-rc1~100^2~374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64d94f9f7536842a120f6eef4cfd4cfcd516f5e;p=pandora-kernel.git staging: zcache: remove unnecessary config option dependence zcache is enabled only if one of CONFIG_CLEANCACHE and CONFIG_FRONTSWAP is enabled, see the Kconfig: depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && X86 So, we can remove the check in the source code Acked-by: Seth Jennings Signed-off-by: Xiao Guangrong Acked-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed