poplar: Remove unused function prototype

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Victor Chong 2018-01-26 01:41:24 +09:00
parent 5b75b4a725
commit b715f116ee
1 changed files with 0 additions and 1 deletions

View File

@ -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__ */