提交 b3012e12 编写于 作者: A Alan Cox 提交者: Greg Kroah-Hartman

cpufreq/gx: Fix the compile error

Someone forgot to test this one it seems.
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Acked-by: NAndi Kleen <ak@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2939437c
...@@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_tbl[] __initdata = { ...@@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_tbl[] __initdata = {
{ PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), }, { PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), },
{ 0, }, { 0, },
}; };
MODULE_DEVICE_TABLE(gx_chipset_tbl); MODULE_DEVICE_TABLE(pci, gx_chipset_tbl);
static void gx_write_byte(int reg, int value) static void gx_write_byte(int reg, int value)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册