From: Russell King Date: Thu, 19 Nov 2009 16:46:02 +0000 (+0000) Subject: ARM: dma-mapping: move consistent_init into CONFIG_MMU section X-Git-Tag: v2.6.33-rc1~384^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c58f3b92bc7c26439802c300d39b6377739d81;p=pandora-kernel.git ARM: dma-mapping: move consistent_init into CONFIG_MMU section No point wrapping the contents of this function with #ifdef CONFIG_MMU when we can place it and the core_initcall() entirely within the existing conditional block. Signed-off-by: Russell King Acked-by: Greg Ungerer --- Reading git-diff-tree failed