diff options
author | Mike Frysinger | 2009-11-09 18:08:09 -0500 |
---|---|---|
committer | Mike Frysinger | 2010-01-17 09:17:26 -0500 |
commit | f5402d4c27e471c333cb84a82a437e60c6182449 (patch) | |
tree | 1fe2c910eeb2382c428b1819dd17bfa4e362eb52 /include | |
parent | fa45bd498a1970574f4b7539b67cc2286f1324fa (diff) |
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 <vapier@gentoo.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-blackfin/global_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-blackfin/global_data.h b/include/asm-blackfin/global_data.h index b78b04cd6be..c7099e6dac0 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 <asm/u-boot.h> + /* * The following data structure is placed in some memory wich is * available very early after boot (like DPRAM on MPC8xx/MPC82xx, or |