riscv: Add headers for asm/global_data.h

This header depended on bd_t and ulong, but did not include the appropriate
headers.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Sean Anderson 2020-06-24 06:41:16 -04:00 committed by Andes
parent 60ffcf218f
commit 309c79f3de

View file

@ -11,6 +11,8 @@
#define __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H
#include <asm/smp.h> #include <asm/smp.h>
#include <asm/u-boot.h>
#include <compiler.h>
/* Architecture-specific global data */ /* Architecture-specific global data */
struct arch_global_data { struct arch_global_data {