From 3ad4866dd7796718db939247e39f5ab9a121f9e3 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 26 Sep 2018 06:55:07 -0700 Subject: riscv: Remove setup.h This was copied from ARM, and does not apply to RISC-V. While we are here, bootm.h is eventually removed as its content is only the inclusion of setup.h. Signed-off-by: Bin Meng Reviewed-by: Lukas Auer --- arch/riscv/lib/bootm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv/lib/bootm.c') diff --git a/arch/riscv/lib/bootm.c b/arch/riscv/lib/bootm.c index 2610a57..6662aff 100644 --- a/arch/riscv/lib/bootm.c +++ b/arch/riscv/lib/bootm.c @@ -11,7 +11,6 @@ #include #include #include -#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.1