From: Christoph Egger Date: Mon, 5 Jul 2010 13:31:53 +0000 (+0300) Subject: Replace dead OMAP_MUX_ERRORS with OMAP_MUX_WARNINGS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=312b80a1e52853cd2c6db9623e8fd9aec822cd40;p=linux-beck.git Replace dead OMAP_MUX_ERRORS with OMAP_MUX_WARNINGS OMAP_MUX_ERRORS doesn't exist in Kconfig, therefore replacing all references for it with OMAP_MUX_WARNINGS in the source code. Signed-off-by: Christoph Egger Acked-by: Kirill A. Shutemov Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c index 84341377232d..3e98835d8f18 100644 --- a/arch/arm/mach-omap1/mux.c +++ b/arch/arm/mach-omap1/mux.c @@ -440,7 +440,7 @@ int __init_or_module omap1_cfg_reg(const struct pin_config *cfg) } #endif -#ifdef CONFIG_OMAP_MUX_ERRORS +#ifdef CONFIG_OMAP_MUX_WARNINGS return warn ? -ETXTBSY : 0; #else return 0;