Since the patch "arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS",
ARCH_NO_VIRT_TO_BUS has been removed in favour of architectures
selecting HAVE_VIRT_TO_BUS if they do provide the
virt_to_bus/bus_to_virt interfaces. Therefore remove the now superfluous
definition of ARCH_NO_VIRT_TO_BUS in arch/metag/Kconfig.

Signed-off-by: James Hogan <james.ho...@imgtec.com>
Cc: Stephen Rothwell <s...@canb.auug.org.au>
Cc: Andrew Morton <a...@linux-foundation.org>
---
 arch/metag/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/metag/Kconfig b/arch/metag/Kconfig
index bc3de76..afc8973 100644
--- a/arch/metag/Kconfig
+++ b/arch/metag/Kconfig
@@ -33,9 +33,6 @@ config METAG
        select OF_EARLY_FLATTREE
        select SPARSE_IRQ
 
-config ARCH_NO_VIRT_TO_BUS
-       def_bool y
-
 config STACKTRACE_SUPPORT
        def_bool y
 
-- 
1.8.1.2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to