aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/gx-suspmod.c2
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 = {
172 { PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), }, 172 { PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), },
173 { 0, }, 173 { 0, },
174}; 174};
175MODULE_DEVICE_TABLE(gx_chipset_tbl); 175MODULE_DEVICE_TABLE(pci, gx_chipset_tbl);
176 176
177static void gx_write_byte(int reg, int value) 177static void gx_write_byte(int reg, int value)
178{ 178{