diff options
Diffstat (limited to 'arch/riscv/lib/boot.c')
-rw-r--r-- | arch/riscv/lib/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/riscv/lib/boot.c b/arch/riscv/lib/boot.c index 03014c56dc..161335abee 100644 --- a/arch/riscv/lib/boot.c +++ b/arch/riscv/lib/boot.c @@ -4,7 +4,8 @@ * Rick Chen, Andes Technology Corporation <rick@andestech.com> */ -#include <asm/u-boot.h> +#include <linux/types.h> +#include <asm/u-boot-riscv.h> unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc, char *const argv[]) |