diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index a37508ef66c1..7c188472d9c2 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -145,6 +145,12 @@ void acpi_early_processor_set_pdc(void); | |||
145 | static inline void acpi_early_processor_set_pdc(void) {} | 145 | static inline void acpi_early_processor_set_pdc(void) {} |
146 | #endif | 146 | #endif |
147 | 147 | ||
148 | #ifdef CONFIG_X86 | ||
149 | void acpi_early_processor_osc(void); | ||
150 | #else | ||
151 | static inline void acpi_early_processor_osc(void) {} | ||
152 | #endif | ||
153 | |||
148 | /* -------------------------------------------------------------------------- | 154 | /* -------------------------------------------------------------------------- |
149 | Embedded Controller | 155 | Embedded Controller |
150 | -------------------------------------------------------------------------- */ | 156 | -------------------------------------------------------------------------- */ |