]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/cppc_cpufreq.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / cpufreq / cppc_cpufreq.c
index 4852d9efe74e7c470169b25babbb3355e8a5a0b6..e82bb3c30b923c085c981bf517d689b414646c09 100644 (file)
@@ -247,3 +247,10 @@ MODULE_DESCRIPTION("CPUFreq driver based on the ACPI CPPC v5.0+ spec");
 MODULE_LICENSE("GPL");
 
 late_initcall(cppc_cpufreq_init);
+
+static const struct acpi_device_id cppc_acpi_ids[] = {
+       {ACPI_PROCESSOR_DEVICE_HID, },
+       {}
+};
+
+MODULE_DEVICE_TABLE(acpi, cppc_acpi_ids);