[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1329001452.325.59.camel@deadeye>
Date: Sat, 11 Feb 2012 23:04:12 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: x86@...nel.org, Thomas Renninger <trenn@...e.de>,
Andi Kleen <ak@...ux.intel.com>, linux-kernel@...r.kernel.org,
Dave Jones <davej@...hat.com>, cpufreq@...r.kernel.org
Subject: [PATCH] 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@...adent.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists