Message ID | 500C9C34.2030404@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/include/asm/mach/pci.h b/arch/arm/include/asm/mach/pci.h index 188fd58..78d10a8 100644 --- a/arch/arm/include/asm/mach/pci.h +++ b/arch/arm/include/asm/mach/pci.h @@ -12,7 +12,6 @@ #define __ASM_MACH_PCI_H #include <linux/ioport.h> -#include <asm/mach/map.h> struct pci_sys_data; struct pci_ops; @@ -63,6 +62,9 @@ void pci_common_init(struct hw_pci *); * Setup fixed I/O mapping. */ #if defined(CONFIG_PCI) && !defined(CONFIG_NEED_MACH_IO_H) +extern void vm_reserve_area_early(unsigned long addr, unsigned long size, + void *caller); + /* Called from devicemaps_init before .map_io */ static inline void __init pci_reserve_io(void) {