summaryrefslogtreecommitdiff
path: root/include/lib/psci/psci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/psci/psci.h')
-rw-r--r--include/lib/psci/psci.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/lib/psci/psci.h b/include/lib/psci/psci.h
index fa0da9fe..b27e4815 100644
--- a/include/lib/psci/psci.h
+++ b/include/lib/psci/psci.h
@@ -10,9 +10,6 @@
#include <bakery_lock.h>
#include <bl_common.h>
#include <platform_def.h> /* for PLAT_NUM_PWR_DOMAINS */
-#if ENABLE_PLAT_COMPAT
-#include <psci_compat.h>
-#endif
#include <psci_lib.h> /* To maintain compatibility for SPDs */
#include <utils_def.h>
@@ -350,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 */