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

svn path=/dists/trunk/linux-2.6/; revision=16535
This commit is contained in:
Martin Michlmayr 2010-11-08 10:38:29 +00:00
parent 2bb39eb769
commit 3432cd1608
3 changed files with 15 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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@stro.at> Wed, 31 Oct 2010 13:23:11 +0200
linux-2.6 (2.6.36-1~experimental.1) experimental; urgency=low

View File

@ -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);

View File

@ -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