]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: igep00x0: fix a build warning on IGEP boards
authorJavier Martinez Canillas <javier@dowhile0.org>
Sat, 26 Jan 2013 12:18:32 +0000 (13:18 +0100)
committerTom Rini <trini@ti.com>
Thu, 7 Feb 2013 15:36:26 +0000 (10:36 -0500)
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 <javier.martinez@collabora.co.uk>
board/isee/igep00x0/igep00x0.h

index 3a8433517d37d3fcdce84a6ff74a90c6259aa923..ea1e9acab3b9b95553415c482c7f8bed13819746 100644 (file)
@@ -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 */