summaryrefslogtreecommitdiff
path: root/include/psci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/psci.h')
-rw-r--r--include/psci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/psci.h b/include/psci.h
index 70322c48..2a033d0c 100644
--- a/include/psci.h
+++ b/include/psci.h
@@ -143,9 +143,6 @@ typedef struct {
* Function & Data prototypes
******************************************************************************/
extern unsigned int psci_version(void);
-extern int psci_cpu_on(unsigned long,
- unsigned long,
- unsigned long);
extern int __psci_cpu_suspend(unsigned int, unsigned long, unsigned long);
extern int __psci_cpu_off(void);
extern int psci_affinity_info(unsigned long, unsigned int);