|
@@ -47,10 +47,11 @@ static inline int psci_dt_init(void) { return 0; }
|
|
|
#if defined(CONFIG_ARM_PSCI_FW) && defined(CONFIG_ACPI)
|
|
|
int __init psci_acpi_init(void);
|
|
|
bool __init acpi_psci_present(void);
|
|
|
-bool __init acpi_psci_use_hvc(void);
|
|
|
+bool acpi_psci_use_hvc(void);
|
|
|
#else
|
|
|
static inline int psci_acpi_init(void) { return 0; }
|
|
|
static inline bool acpi_psci_present(void) { return false; }
|
|
|
+static inline bool acpi_psci_use_hvc(void) {return false; }
|
|
|
#endif
|
|
|
|
|
|
#endif /* __LINUX_PSCI_H */
|