Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powernow-k6: Really enable auto-loading

Commit fa8031aefec0cf7ea6c2387c93610d99d9659aa2 ('cpufreq: Add support
for x86 cpuinfo auto loading v4') added a device ID table to this
driver, but didn't declare it as the module device ID table.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Thomas Renninger <trenn@suse.de>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ben Hutchings and committed by
Greg Kroah-Hartman
b4d2d231 30bcfff9

+1 -1
+1 -1
drivers/cpufreq/powernow-k6.c
··· 216 216 { X86_VENDOR_AMD, 5, 13 }, 217 217 {} 218 218 }; 219 - 219 + MODULE_DEVICE_TABLE(x86cpu, powernow_k6_ids); 220 220 221 221 /** 222 222 * powernow_k6_init - initializes the k6 PowerNow! CPUFreq driver