diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-07-05 19:36:43 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-07-28 16:34:11 +0000 |
commit | 1a64194307f41e6d25eacc8853b92c7017940082 (patch) | |
tree | 7a09e1a5da218445fe14539a3e96effedb2e9d72 /src/arch | |
parent | bd4bcab8addf8791a9100140ae963415450b9663 (diff) |
riscv: Remove unused headers
Change-Id: I4cd03e043e1bc2795b98d6ec2f88efa5b50d872b
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34141
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/riscv/stages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/riscv/stages.c b/src/arch/riscv/stages.c index 07b898f853..5b27508c47 100644 --- a/src/arch/riscv/stages.c +++ b/src/arch/riscv/stages.c @@ -24,8 +24,6 @@ * linker script. */ -#include <arch/boot.h> -#include <arch/encoding.h> #include <arch/stages.h> #include <arch/smp/smp.h> #include <rules.h> |