]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
riscv: Add headers for asm/global_data.h
authorSean Anderson <seanga2@gmail.com>
Wed, 24 Jun 2020 10:41:16 +0000 (06:41 -0400)
committerAndes <uboot@andestech.com>
Wed, 1 Jul 2020 07:01:21 +0000 (15:01 +0800)
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>
arch/riscv/include/asm/global_data.h

index 6c50149218b49c4a3004f0b70d622825fec8973d..2eb14815bcf089a3939ef7bb2280c8b93c80f74a 100644 (file)
@@ -11,6 +11,8 @@
 #define __ASM_GBL_DATA_H
 
 #include <asm/smp.h>
+#include <asm/u-boot.h>
+#include <compiler.h>
 
 /* Architecture-specific global data */
 struct arch_global_data {