From: Kevin Hilman Date: Thu, 6 Oct 2005 20:51:55 +0000 (-0700) Subject: ARM: OMAP: Fix compiler warning in uncompress.h X-Git-Tag: v2.6.15-omap2~169 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b2fcd6f3a4fc40711bd83470a110b42b4cc6de04;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fix compiler warning in uncompress.h --- diff --git a/include/asm-arm/arch-omap/uncompress.h b/include/asm-arm/arch-omap/uncompress.h index 207ba9cf911..80d1f0ea976 100644 --- a/include/asm-arm/arch-omap/uncompress.h +++ b/include/asm-arm/arch-omap/uncompress.h @@ -43,7 +43,7 @@ putstr(const char *s) #ifdef CONFIG_ARCH_OMAP #ifdef CONFIG_OMAP_LL_DEBUG_UART3 uart = (volatile u8 *)(OMAP_UART3_BASE); -#elif CONFIG_OMAP_LL_DEBUG_UART2 +#elifdef CONFIG_OMAP_LL_DEBUG_UART2 uart = (volatile u8 *)(OMAP_UART2_BASE); #else uart = (volatile u8 *)(OMAP_UART1_BASE);