[kernel] r19184 - in dists/sid/linux/debian: . patches patches/features/all/cpu-devices

Ben Hutchings benh at alioth.debian.org
Sat Jun 23 19:19:25 UTC 2012


Author: benh
Date: Sat Jun 23 19:19:24 2012
New Revision: 19184

Log:
[i386] cpufreq/gx: Fix the compile error

Added:
   dists/sid/linux/debian/patches/features/all/cpu-devices/cpufreq-gx-Fix-the-compile-error.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Fri Jun 22 23:05:08 2012	(r19183)
+++ dists/sid/linux/debian/changelog	Sat Jun 23 19:19:24 2012	(r19184)
@@ -1,3 +1,9 @@
+linux (3.2.21-2) UNRELEASED; urgency=low
+
+  * [i386] cpufreq/gx: Fix the compile error
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sat, 23 Jun 2012 20:19:15 +0100
+
 linux (3.2.21-1) unstable; urgency=low
 
   * New upstream stable update:

Added: dists/sid/linux/debian/patches/features/all/cpu-devices/cpufreq-gx-Fix-the-compile-error.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/cpu-devices/cpufreq-gx-Fix-the-compile-error.patch	Sat Jun 23 19:19:24 2012	(r19184)
@@ -0,0 +1,28 @@
+From: Alan Cox <alan at linux.intel.com>
+Date: Mon, 30 Jan 2012 14:47:28 +0000
+Subject: cpufreq/gx: Fix the compile error
+
+commit b3012e12cdc5825f93367cc6294419e7ab1f00cc upstream.
+
+Someone forgot to test this one it seems.
+
+Signed-off-by: Alan Cox <alan at linux.intel.com>
+Acked-by: Andi Kleen <ak at linux.intel.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
+---
+ drivers/cpufreq/gx-suspmod.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+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)
+ {

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Fri Jun 22 23:05:08 2012	(r19183)
+++ dists/sid/linux/debian/patches/series	Sat Jun 23 19:19:24 2012	(r19184)
@@ -340,6 +340,7 @@
 features/all/cpu-devices/powernow-k6-Really-enable-auto-loading.patch
 features/all/cpu-devices/intel_idle-Revert-change-of-auto_demotion_disable_fl.patch
 features/all/cpu-devices/Partially-revert-cpufreq-Add-support-for-x86-cpuinfo.patch
+features/all/cpu-devices/cpufreq-gx-Fix-the-compile-error.patch
 
 features/arm/kirkwood-add-dreamplug-fdt-support.patch
 features/arm/kirkwood-fdt-convert-uart0-to-devicetree.patch



More information about the Kernel-svn-changes mailing list