diff options
Diffstat (limited to 'board/exbitgen/flash.c')
| -rw-r--r-- | board/exbitgen/flash.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/board/exbitgen/flash.c b/board/exbitgen/flash.c index dddd06eff..4dd538287 100644 --- a/board/exbitgen/flash.c +++ b/board/exbitgen/flash.c @@ -28,11 +28,10 @@   * Chris Hallinan - DS4.COM, Inc. - clh@net1plus.com   */ -#include <asm/types.h> +#include <common.h>  #include <asm/u-boot.h>  #include <asm/processor.h>  #include <ppc4xx.h> -#include <common.h>  flash_info_t	flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips	*/ |