]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
powernow-k6: Really enable auto-loading
authorBen Hutchings <ben@decadent.org.uk>
Sat, 11 Feb 2012 23:04:12 +0000 (23:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 23:26:03 +0000 (15:26 -0800)
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>
drivers/cpufreq/powernow-k6.c

index 54dd031394f6d49e1229ff003b9b54abbcffa899..af23e0b9ec926e8f26cc07dc4c90e5359d404486 100644 (file)
@@ -216,7 +216,7 @@ static const struct x86_cpu_id powernow_k6_ids[] = {
        { X86_VENDOR_AMD, 5, 13 },
        {}
 };
-
+MODULE_DEVICE_TABLE(x86cpu, powernow_k6_ids);
 
 /**
  * powernow_k6_init - initializes the k6 PowerNow! CPUFreq driver