summaryrefslogtreecommitdiff
path: root/board/cogent/lcd.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 01:30:20 (GMT)
committerTom Rini <trini@ti.com>2013-11-15 20:49:36 (GMT)
commit0298793dd9f84f4b290d582e2293627298bd20a4 (patch)
tree33c6a90f021c0790154c55d363436c8ad87ef1c0 /board/cogent/lcd.c
parente63510d1cb56387885f94f065fdacdf45195ffec (diff)
downloadu-boot-fsl-qoriq-0298793dd9f84f4b290d582e2293627298bd20a4.tar.xz
board: cogent: include header files in a more natural way
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/cogent/lcd.c')
-rw-r--r--board/cogent/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cogent/lcd.c b/board/cogent/lcd.c
index 76f5ad1..8e90f98 100644
--- a/board/cogent/lcd.c
+++ b/board/cogent/lcd.c
@@ -48,7 +48,7 @@
#include <common.h>
#include <stdarg.h>
-#include <board/cogent/lcd.h>
+#include "lcd.h"
static char lines[2][LCD_LINE_LENGTH+1];
static int curline;