From: Victor Chong Date: Thu, 25 Jan 2018 16:41:24 +0000 (+0900) Subject: poplar: Remove unused function prototype X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b715f116ee244c2c54db51c86b4a9a897d0d5434;p=project%2Fbcm63xx%2Fatf.git poplar: Remove unused function prototype Signed-off-by: Victor Chong Tested-by: Shawn Guo --- diff --git a/plat/hisilicon/poplar/include/plat_private.h b/plat/hisilicon/poplar/include/plat_private.h index e2272cc6..845b1bd7 100644 --- a/plat/hisilicon/poplar/include/plat_private.h +++ b/plat/hisilicon/poplar/include/plat_private.h @@ -24,7 +24,6 @@ void plat_configure_mmu_el1(unsigned long total_base, unsigned long coh_start, unsigned long coh_limit); -void plat_delay_timer_init(void); void plat_io_setup(void); #endif /* __PLAT_PRIVATE_H__ */