summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach
diff options
context:
space:
mode:
authorBjorn Helgaas2008-12-17 05:37:05 +0100
committerJesse Barnes2009-01-07 20:13:13 +0100
commit06df69932add8108f599ef26fcdf36c4f8125e50 (patch)
tree0a9343578ec27eaffe4a0d8e0bf21c5795f9a005 /arch/arm/include/asm/mach
parentPCI: alpha: use generic INTx swizzle from PCI core (diff)
downloadkernel-qcow2-linux-06df69932add8108f599ef26fcdf36c4f8125e50.tar.gz
kernel-qcow2-linux-06df69932add8108f599ef26fcdf36c4f8125e50.tar.xz
kernel-qcow2-linux-06df69932add8108f599ef26fcdf36c4f8125e50.zip
PCI: arm: use generic INTx swizzle from PCI core
Use the generic pci_common_swizzle() instead of arch-specific code. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/arm/include/asm/mach')
-rw-r--r--arch/arm/include/asm/mach/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/mach/pci.h b/arch/arm/include/asm/mach/pci.h
index 32da1ae17e06..a38bdc7afa34 100644
--- a/arch/arm/include/asm/mach/pci.h
+++ b/arch/arm/include/asm/mach/pci.h
@@ -42,7 +42,7 @@ struct pci_sys_data {
/*
* This is the standard PCI-PCI bridge swizzling algorithm.
*/
-u8 pci_std_swizzle(struct pci_dev *dev, u8 *pinp);
+#define pci_std_swizzle pci_common_swizzle
/*
* Call this with your hw_pci struct to initialise the PCI system.