commit | 88c58f3b92bc7c26439802c300d39b6377739d81 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 19 16:46:02 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 24 17:41:35 2009 +0000 |
tree | ffcc5f555fb871a3a5e7d8b5a17757563b43a5df | |
parent | 695ae0af5a52df09dffcc2ce2d625d56ef36ce14 [diff] |
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 <rmk+kernel@arm.linux.org.uk> Acked-by: Greg Ungerer <gerg@uclinux.org>