diff options
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/pci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pci.h b/arch/arm/include/asm/pci.h index 92e2a833693..cb77e66c969 100644 --- a/arch/arm/include/asm/pci.h +++ b/arch/arm/include/asm/pci.h | |||
@@ -3,10 +3,16 @@ | |||
3 | 3 | ||
4 | #ifdef __KERNEL__ | 4 | #ifdef __KERNEL__ |
5 | #include <asm-generic/pci-dma-compat.h> | 5 | #include <asm-generic/pci-dma-compat.h> |
6 | #include <asm-generic/pci-bridge.h> | ||
6 | 7 | ||
7 | #include <asm/mach/pci.h> /* for pci_sys_data */ | 8 | #include <asm/mach/pci.h> /* for pci_sys_data */ |
8 | #include <mach/hardware.h> /* for PCIBIOS_MIN_* */ | 9 | #include <mach/hardware.h> /* for PCIBIOS_MIN_* */ |
9 | 10 | ||
11 | static inline int pcibios_assign_all_busses(void) | ||
12 | { | ||
13 | return pci_has_flag(PCI_REASSIGN_ALL_RSRC); | ||
14 | } | ||
15 | |||
10 | #ifdef CONFIG_PCI_DOMAINS | 16 | #ifdef CONFIG_PCI_DOMAINS |
11 | static inline int pci_domain_nr(struct pci_bus *bus) | 17 | static inline int pci_domain_nr(struct pci_bus *bus) |
12 | { | 18 | { |