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/flash.c | |
| parent | e63510d1cb56387885f94f065fdacdf45195ffec (diff) | |
| download | olio-uboot-2014.01-0298793dd9f84f4b290d582e2293627298bd20a4.tar.xz olio-uboot-2014.01-0298793dd9f84f4b290d582e2293627298bd20a4.zip | |
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/flash.c')
| -rw-r--r-- | board/cogent/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cogent/flash.c b/board/cogent/flash.c index d4ae4d0a3..1da8f10a1 100644 --- a/board/cogent/flash.c +++ b/board/cogent/flash.c @@ -6,7 +6,7 @@   */  #include <common.h> -#include <board/cogent/flash.h> +#include "flash.h"  #include <linux/compiler.h>  flash_info_t	flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips	*/ |