diff options
Diffstat (limited to 'drivers/cpufreq/cppc_cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cppc_cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index 30f302149730..fd25c21cee72 100644 --- a/drivers/cpufreq/cppc_cpufreq.c +++ b/drivers/cpufreq/cppc_cpufreq.c | |||
@@ -428,7 +428,7 @@ MODULE_LICENSE("GPL"); | |||
428 | 428 | ||
429 | late_initcall(cppc_cpufreq_init); | 429 | late_initcall(cppc_cpufreq_init); |
430 | 430 | ||
431 | static const struct acpi_device_id cppc_acpi_ids[] = { | 431 | static const struct acpi_device_id cppc_acpi_ids[] __used = { |
432 | {ACPI_PROCESSOR_DEVICE_HID, }, | 432 | {ACPI_PROCESSOR_DEVICE_HID, }, |
433 | {} | 433 | {} |
434 | }; | 434 | }; |