diff options
author | Dan Handley <dan.handley@arm.com> | 2014-04-23 15:22:18 +0100 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-05-06 13:45:27 +0100 |
commit | c5945735a9705675201d2799654348425f28f551 (patch) | |
tree | c75076350834b5c52886c7b60e6fa2abd374bab0 /services/std_svc/psci/psci_entry.S | |
parent | 5b827a8fb6ea5cddf2cc80d724b58350457afc54 (diff) |
Move PSCI global functions out of private header
Move the PSCI global functions out of psci_private.h and into
psci.h to allow the standard service to only depend on psci.h.
Change-Id: I8306924a3814b46e70c1dcc12524c7aefe06eed1
Diffstat (limited to 'services/std_svc/psci/psci_entry.S')
-rw-r--r-- | services/std_svc/psci/psci_entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/std_svc/psci/psci_entry.S b/services/std_svc/psci/psci_entry.S index 8a73e8b9..51d9b570 100644 --- a/services/std_svc/psci/psci_entry.S +++ b/services/std_svc/psci/psci_entry.S @@ -30,7 +30,6 @@ #include <arch.h> #include <platform.h> -#include <psci.h> #include <runtime_svc.h> #include <asm_macros.S> #include <cm_macros.S> |