diff options
Diffstat (limited to 'drivers/cpufreq/cppc_cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cppc_cpufreq.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index 4852d9efe74e..e82bb3c30b92 100644 --- a/drivers/cpufreq/cppc_cpufreq.c +++ b/drivers/cpufreq/cppc_cpufreq.c | |||
@@ -247,3 +247,10 @@ MODULE_DESCRIPTION("CPUFreq driver based on the ACPI CPPC v5.0+ spec"); | |||
247 | MODULE_LICENSE("GPL"); | 247 | MODULE_LICENSE("GPL"); |
248 | 248 | ||
249 | late_initcall(cppc_cpufreq_init); | 249 | late_initcall(cppc_cpufreq_init); |
250 | |||
251 | static const struct acpi_device_id cppc_acpi_ids[] = { | ||
252 | {ACPI_PROCESSOR_DEVICE_HID, }, | ||
253 | {} | ||
254 | }; | ||
255 | |||
256 | MODULE_DEVICE_TABLE(acpi, cppc_acpi_ids); | ||