Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3012e12 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

cpufreq/gx: Fix the compile error



Someone forgot to test this one it seems.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Acked-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2939437c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{