projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2939437
)
cpufreq/gx: Fix the compile error
author
Alan Cox
<alan@linux.intel.com>
Mon, 30 Jan 2012 14:47:28 +0000
(14:47 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 2 Feb 2012 23:32:12 +0000
(15:32 -0800)
Someone forgot to test this one it seems.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/cpufreq/gx-suspmod.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/gx-suspmod.c
b/drivers/cpufreq/gx-suspmod.c
index 5a06c0ba24526a8426708fcab7b2ebf7e586c752..456bee058fe69b4d729adf89bba03335114e8160 100644
(file)
--- 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)
{