From: Christoph Egger Date: Mon, 26 Apr 2010 14:56:36 +0000 (+0100) Subject: Remove redundant check for CONFIG_MMU X-Git-Tag: v2.6.34-rc6~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a5b3c4143fc7f6cbe0ef9fd4e9a58376f91506;p=pandora-kernel.git Remove redundant check for CONFIG_MMU The checks for CONFIG_MMU at this location are duplicated as all the code is located inside a #ifndef CONFIG_MMU block. So the first conditional block will always be included while the second never will. Signed-off-by: Christoph Egger Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed