From: Javier Martinez Canillas Date: Sat, 26 Jan 2013 12:18:32 +0000 (+0100) Subject: OMAP3: igep00x0: fix a build warning on IGEP boards X-Git-Tag: v2013.04-rc1~48^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e857d041fddaf8079fcdd62ad613005d510c496;p=platform%2Fkernel%2Fu-boot.git OMAP3: igep00x0: fix a build warning on IGEP boards commit b689cd5 OMAP3: use a single board file for IGEP devices introduced the following build warning: igep00x0.h:168:24: warning: backslash-newline at end of file [enabled by default] This patch fixes the issue. Signed-off-by: Javier Martinez Canillas --- diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h index 3a84335..ea1e9ac 100644 --- a/board/isee/igep00x0/igep00x0.h +++ b/board/isee/igep00x0/igep00x0.h @@ -167,4 +167,4 @@ static void setup_net_chip(void); #define MUX_IGEP0030() \ MUX_VAL(CP(UART1_TX), (IDIS | PTD | DIS | M0)) /* UART1_TX */\ - MUX_VAL(CP(UART1_RX), (IEN | PTD | DIS | M0)) /* UART1_RX */\ + MUX_VAL(CP(UART1_RX), (IEN | PTD | DIS | M0)) /* UART1_RX */