diff options
author | Alan Cox <alan@linux.intel.com> | 2012-01-30 14:47:28 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-02 15:32:12 -0800 |
commit | b3012e12cdc5825f93367cc6294419e7ab1f00cc (patch) | |
tree | b44b69fa431b9732744c9ea09a41c84ad4006c16 /drivers/cpufreq | |
parent | 2939437ce8f2de07237eb2bcce29b6a699bfe799 (diff) | |
download | linux-stable-b3012e12cdc5825f93367cc6294419e7ab1f00cc.tar.gz linux-stable-b3012e12cdc5825f93367cc6294419e7ab1f00cc.tar.bz2 linux-stable-b3012e12cdc5825f93367cc6294419e7ab1f00cc.zip |
cpufreq/gx: Fix the compile error
Someone forgot to test this one it seems.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/gx-suspmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c index 5a06c0ba2452..456bee058fe6 100644 --- a/drivers/cpufreq/gx-suspmod.c +++ b/drivers/cpufreq/gx-suspmod.c @@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_tbl[] __initdata = { { PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), }, { 0, }, }; -MODULE_DEVICE_TABLE(gx_chipset_tbl); +MODULE_DEVICE_TABLE(pci, gx_chipset_tbl); static void gx_write_byte(int reg, int value) { |