From: Mike Frysinger Date: Mon, 9 Nov 2009 23:08:09 +0000 (-0500) Subject: Blackfin: global_data.h: make pull in needed headers X-Git-Tag: v2010.03-rc1~152^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f5402d4c27e471c333cb84a82a437e60c6182449;p=u-boot Blackfin: global_data.h: make pull in needed headers We need the definition of bd_t in this header, so pull in asm/u-boot.h. Signed-off-by: Mike Frysinger --- diff --git a/include/asm-blackfin/global_data.h b/include/asm-blackfin/global_data.h index b78b04cd6b..c7099e6dac 100644 --- a/include/asm-blackfin/global_data.h +++ b/include/asm-blackfin/global_data.h @@ -28,6 +28,8 @@ #ifndef __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H +#include + /* * The following data structure is placed in some memory wich is * available very early after boot (like DPRAM on MPC8xx/MPC82xx, or