cpufreq/gx: Fix the compile error.
authorThomas Renninger <trenn@suse.de>
Mon, 13 Feb 2012 18:33:57 +0000 (19:33 +0100)
committerThomas Renninger <trenn@suse.de>
Mon, 13 Feb 2012 18:33:57 +0000 (19:33 +0100)
suse-commit: 4ba1d8b4dada50fb8be06693c4d012550b0dea9d

drivers/cpufreq/gx-suspmod.c

index 5a06c0b..456bee0 100644 (file)
@@ -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)
 {