diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-10-15 19:55:44 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-15 19:56:02 +0200 |
commit | 0181b61a988424b5cc44fe09e6968142359c815e (patch) | |
tree | 2575ee900a39ffaa169ad5aeb8aa6ddee11cfbe5 /include/asm-arm/pci.h | |
parent | Merge branches 'omap1-upstream' and 'omap2-upstream' into devel (diff) | |
parent | [ARM] 4578/1: CM-x270: PCMCIA support (diff) | |
download | linux-0181b61a988424b5cc44fe09e6968142359c815e.tar.xz linux-0181b61a988424b5cc44fe09e6968142359c815e.zip |
Merge branch 'pxa' into devel
Diffstat (limited to 'include/asm-arm/pci.h')
-rw-r--r-- | include/asm-arm/pci.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/pci.h b/include/asm-arm/pci.h index ed3f898191f4..75feb1574a69 100644 --- a/include/asm-arm/pci.h +++ b/include/asm-arm/pci.h @@ -8,10 +8,17 @@ #define pcibios_scan_all_fns(a, b) 0 +#ifdef CONFIG_PCI_HOST_ITE8152 +/* ITE bridge requires setting latency timer to avoid early bus access + termination by PIC bus mater devices +*/ +extern void pcibios_set_master(struct pci_dev *dev); +#else static inline void pcibios_set_master(struct pci_dev *dev) { /* No special bus mastering setup handling */ } +#endif static inline void pcibios_penalize_isa_irq(int irq, int active) { |