diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch b/packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch index e69de29bb2..31be5fb874 100644 --- a/packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch +++ b/packages/linux/openslug-kernel-2.6.7/ipx4xx-pci.patch @@ -0,0 +1,9 @@ +--- linux-2.6.7/arch/arm/mach-ixp4xx/common-pci.c.orig 2004-09-25 04:06:48.000000000 -0400 ++++ linux-2.6.7/arch/arm/mach-ixp4xx/common-pci.c 2004-09-25 04:07:31.000000000 -0400 +@@ -540,4 +540,6 @@ + EXPORT_SYMBOL(pci_set_dma_mask); + EXPORT_SYMBOL(pci_dac_set_dma_mask); + EXPORT_SYMBOL(pci_set_consistent_dma_mask); ++EXPORT_SYMBOL(ixp4xx_pci_read); ++EXPORT_SYMBOL(ixp4xx_pci_write); + |