]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix compiler warning in uncompress.h
authorKevin Hilman <kevin@hilman.org>
Thu, 6 Oct 2005 20:51:55 +0000 (13:51 -0700)
committerKevin Hilman <kevin@hilman.org>
Thu, 6 Oct 2005 20:51:55 +0000 (13:51 -0700)
include/asm-arm/arch-omap/uncompress.h

index 207ba9cf911f0e8d50e19cf886d4771751c0c775..80d1f0ea976b2457f95709c11d9307aa92a234d7 100644 (file)
@@ -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);