From 0b812305998380569fc609ea87157975780fc1e2 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 17:18:33 +0100 Subject: PSCI: Remove deprecated file plat_psci_common.c Change-Id: I9fd8016527ad7706494f34356fdae8efacef5f72 Signed-off-by: Antonio Nino Diaz --- include/lib/psci/psci.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/lib/psci/psci.h') diff --git a/include/lib/psci/psci.h b/include/lib/psci/psci.h index d08b38c5f..b27e48153 100644 --- a/include/lib/psci/psci.h +++ b/include/lib/psci/psci.h @@ -347,12 +347,6 @@ int psci_features(unsigned int psci_fid); void __dead2 psci_power_down_wfi(void); void psci_arch_setup(void); -/* - * The below API is deprecated. This is now replaced by bl31_warmboot_entry in - * AArch64. - */ -void psci_entrypoint(void) __deprecated; - #endif /*__ASSEMBLY__*/ #endif /* PSCI_H */ -- cgit v1.2.3