diff options
Diffstat (limited to 'arch/arm64/kernel/acpi.c')
-rw-r--r-- | arch/arm64/kernel/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/acpi.c b/arch/arm64/kernel/acpi.c index 2aa5609def27..7b09487ff8fb 100644 --- a/arch/arm64/kernel/acpi.c +++ b/arch/arm64/kernel/acpi.c | |||
@@ -117,7 +117,7 @@ bool __init acpi_psci_present(void) | |||
117 | } | 117 | } |
118 | 118 | ||
119 | /* Whether HVC must be used instead of SMC as the PSCI conduit */ | 119 | /* Whether HVC must be used instead of SMC as the PSCI conduit */ |
120 | bool __init acpi_psci_use_hvc(void) | 120 | bool acpi_psci_use_hvc(void) |
121 | { | 121 | { |
122 | return acpi_gbl_FADT.arm_boot_flags & ACPI_FADT_PSCI_USE_HVC; | 122 | return acpi_gbl_FADT.arm_boot_flags & ACPI_FADT_PSCI_USE_HVC; |
123 | } | 123 | } |