Messages in this thread |  | | Date | Mon, 30 Jan 2012 13:07:58 -0800 | From | Andi Kleen <> | Subject | Re: [PATCH] cpufreq/gx: Fix the compile error |
| |
On 1/30/2012 6:47 AM, Alan Cox wrote: > From: Alan Cox<alan@linux.intel.com> > > Someone forgot to test this one it seems.
Sorry about that Thanks. Greg can you please add it to the cpuid probe patchkit?
-Andi
> Signed-off-by: Alan Cox<alan@linux.intel.com> > --- > > drivers/cpufreq/gx-suspmod.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > 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) > { >
|  |