From 3432cd1608d303feb7dae7e88d77d22a7987b3f7 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 8 Nov 2010 10:38:29 +0000 Subject: [PATCH] Add ixp4xx build fix from Arnaud Patard (Closes: #602669) svn path=/dists/trunk/linux-2.6/; revision=16535 --- debian/changelog | 4 ++++ .../patches/bugfix/arm/ixp4xx-add-missing-export.patch | 10 ++++++++++ debian/patches/series/base | 1 + 3 files changed, 15 insertions(+) create mode 100644 debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch diff --git a/debian/changelog b/debian/changelog index 71aaad3a1..aa4d43ea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 31 Oct 2010 13:23:11 +0200 linux-2.6 (2.6.36-1~experimental.1) experimental; urgency=low diff --git a/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch b/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch new file mode 100644 index 000000000..bac9c8760 --- /dev/null +++ b/debian/patches/bugfix/arm/ixp4xx-add-missing-export.patch @@ -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); + diff --git a/debian/patches/series/base b/debian/patches/series/base index 0959b4f62..edb1b2b7a 100644 --- a/debian/patches/series/base +++ b/debian/patches/series/base @@ -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