From: Alan Cox Date: Mon, 30 Jan 2012 14:47:28 +0000 (+0000) Subject: cpufreq/gx: Fix the compile error X-Git-Tag: upstream/snapshot3+hdmi~7964^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3012e12cdc5825f93367cc6294419e7ab1f00cc;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git cpufreq/gx: Fix the compile error Someone forgot to test this one it seems. Signed-off-by: Alan Cox Acked-by: Andi Kleen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c index 5a06c0b..456bee0 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) {