diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 10:30:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-15 15:49:36 -0500 |
commit | 0298793dd9f84f4b290d582e2293627298bd20a4 (patch) | |
tree | 33c6a90f021c0790154c55d363436c8ad87ef1c0 /board/cogent/mb.c | |
parent | e63510d1cb56387885f94f065fdacdf45195ffec (diff) | |
download | u-boot-imx-0298793dd9f84f4b290d582e2293627298bd20a4.zip u-boot-imx-0298793dd9f84f4b290d582e2293627298bd20a4.tar.gz u-boot-imx-0298793dd9f84f4b290d582e2293627298bd20a4.tar.bz2 |
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/mb.c')
-rw-r--r-- | board/cogent/mb.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/board/cogent/mb.c b/board/cogent/mb.c index 603f123..3eea47d 100644 --- a/board/cogent/mb.c +++ b/board/cogent/mb.c @@ -6,11 +6,11 @@ */ #include <common.h> -#include <board/cogent/dipsw.h> -#include <board/cogent/lcd.h> -#include <board/cogent/rtc.h> -#include <board/cogent/par.h> -#include <board/cogent/pci.h> +#include "dipsw.h" +#include "lcd.h" +#include "rtc.h" +#include "par.h" +#include "pci.h" /* ------------------------------------------------------------------------- */ |