[kernel] r16535 - in dists/trunk/linux-2.6/debian: . patches/bugfix/arm patches/series

Martin Michlmayr tbm at alioth.debian.org
Mon Nov 8 10:38:36 UTC 2010


Author: tbm
Date: Mon Nov  8 10:38:29 2010
New Revision: 16535

Log:
Add ixp4xx build fix from Arnaud Patard (Closes: #602669)

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/base

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Mon Nov  8 04:53:23 2010	(r16534)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Nov  8 10:38:29 2010	(r16535)
@@ -1,7 +1,11 @@
 linux-2.6 (2.6.36-1~experimental.2) UNRELEASED; urgency=low
 
+  [ maximilian attems ]
   * Newer Standards-Version 3.9.1 without changes.
 
+  [ Martin Michlmayr ]
+  * Add ixp4xx build fix from Arnaud Patard (Closes: #602669)
+
  -- maximilian attems <max at stro.at>  Wed, 31 Oct 2010 13:23:11 +0200
 
 linux-2.6 (2.6.36-1~experimental.1) experimental; urgency=low

Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch	Mon Nov  8 10:38:29 2010	(r16535)
@@ -0,0 +1,10 @@
+--- a/arch/arm/mach-ixp4xx/common-pci.c	2010-11-08 09:42:38.000000000 +0000
++++ b/arch/arm/mach-ixp4xx/common-pci.c	2010-11-08 09:42:53.000000000 +0000
+@@ -511,6 +511,7 @@
+ 	return -EIO;
+ }
+ 
++EXPORT_SYMBOL(dma_set_coherent_mask);
+ EXPORT_SYMBOL(ixp4xx_pci_read);
+ EXPORT_SYMBOL(ixp4xx_pci_write);
+ 

Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base	Mon Nov  8 04:53:23 2010	(r16534)
+++ dists/trunk/linux-2.6/debian/patches/series/base	Mon Nov  8 10:38:29 2010	(r16535)
@@ -49,3 +49,4 @@
 + bugfix/x86/Skip-looking-for-ioapic-overrides-when-ioapics-are-not-present.patch
 + features/x86/ata_piix-Add-device-ID-for-ICH4-L.patch
 + bugfix/arm/kirkwood-restrict-pcie-reset.patch
++ patches/bugfix/arm/ixp4xx-add-missing-export.patch



More information about the Kernel-svn-changes mailing list