From: Geert Uytterhoeven Date: Thu, 27 Dec 2012 19:07:39 +0000 (+0100) Subject: m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA X-Git-Tag: v3.9-rc1~144^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561839598e61f03c9175183ea066b2b7fa58ce85;p=pandora-kernel.git m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA In two places, we check !CONFIG_MMU_SUN3 while we should check CONFIG_HAS_DMA instead. While fixing this, the check in became redundant ( already handles this case), so just remove it. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed