Since commit "irq_work: Remove CONFIG_HAVE_IRQ_WORK" the Kconfig symbol HAVE_IRQ_WORK has gone. Remove the select from METAG too.
Signed-off-by: James Hogan <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Steven Rostedt <[email protected]> --- arch/metag/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/metag/Kconfig b/arch/metag/Kconfig index 46d0fa7..bc3de76 100644 --- a/arch/metag/Kconfig +++ b/arch/metag/Kconfig @@ -18,7 +18,6 @@ config METAG select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_GENERIC_HARDIRQS - select HAVE_IRQ_WORK select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZO -- 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/

