From d195a02b91f0bbdebb82a3afe39eebace16d1f57 Mon Sep 17 00:00:00 2001 From: Yanyan Shen Date: Thu, 3 Mar 2016 15:57:13 +1100 Subject: [PATCH] arm_hyp: remove unused function declaration. remove map_hypervisor_devices function declaration. --- include/plat/apq8064/plat/machine/hardware.h | 3 --- include/plat/exynos5/plat/machine/hardware.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/include/plat/apq8064/plat/machine/hardware.h b/include/plat/apq8064/plat/machine/hardware.h index 9ece2b4dd..c4cfab5a7 100644 --- a/include/plat/apq8064/plat/machine/hardware.h +++ b/include/plat/apq8064/plat/machine/hardware.h @@ -65,9 +65,6 @@ p_region_t get_avail_p_reg(word_t i); int get_num_dev_p_regs(void); p_region_t get_dev_p_reg(word_t i); void map_kernel_devices(void); -#ifdef ARM_HYP -void map_hypervisor_devices(void); -#endif /* ARM_HYP */ bool_t CONST isReservedIRQ(irq_t irq); void handleReservedIRQ(irq_t irq); diff --git a/include/plat/exynos5/plat/machine/hardware.h b/include/plat/exynos5/plat/machine/hardware.h index b152253d2..04164fcea 100644 --- a/include/plat/exynos5/plat/machine/hardware.h +++ b/include/plat/exynos5/plat/machine/hardware.h @@ -73,9 +73,6 @@ p_region_t get_avail_p_reg(word_t i); int get_num_dev_p_regs(void); p_region_t get_dev_p_reg(word_t i); void map_kernel_devices(void); -#ifdef ARM_HYP -void map_hypervisor_devices(void); -#endif /* ARM_HYP */ bool_t CONST isReservedIRQ(irq_t irq); void handleReservedIRQ(irq_t irq);