From 67f2de94a186d0178ec74368b9202dcd71b2bb77 Mon Sep 17 00:00:00 2001 From: Anna Lyons Date: Thu, 11 Apr 2019 14:25:38 +1000 Subject: [PATCH] trivial: riscv - remove unused function prototype --- include/plat/spike/plat/machine/hardware.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/plat/spike/plat/machine/hardware.h b/include/plat/spike/plat/machine/hardware.h index f7ce26537..fdd13fb93 100644 --- a/include/plat/spike/plat/machine/hardware.h +++ b/include/plat/spike/plat/machine/hardware.h @@ -61,7 +61,6 @@ int get_num_avail_p_regs(void); p_region_t get_avail_p_reg(word_t i); -bool_t add_avail_p_reg(p_region_t reg); void map_kernel_devices(void); bool_t CONST isReservedIRQ(irq_t irq);