The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] powernow-k6: Really enable auto-loading
@ 2012-02-11 23:04 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2012-02-11 23:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: x86, Thomas Renninger, Andi Kleen, linux-kernel, Dave Jones,
	cpufreq

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>
---
This looks like an oversight, but maybe there is some good reason why
this one shouldn't be auto-loaded?

Ben.

 drivers/cpufreq/powernow-k6.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/cpufreq/powernow-k6.c b/drivers/cpufreq/powernow-k6.c
index 54dd031..af23e0b 100644
--- a/drivers/cpufreq/powernow-k6.c
+++ b/drivers/cpufreq/powernow-k6.c
@@ -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
-- 
1.7.9



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-11 23:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 23:04 [PATCH] powernow-k6: Really enable auto-loading Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox