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 <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Andrew Morton <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

