From ae9daf2d00ee103b257a1f3b4ea9c575b708fe7a Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 19 Mar 2013 19:58:49 +0100 Subject: ARM: integrator: move static ioremapping into PCIv3 driver Try to make this driver self-contained by moving the ioremapping into the driver. Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- arch/arm/mach-integrator/pci_v3.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm/mach-integrator/pci_v3.h (limited to 'arch/arm/mach-integrator/pci_v3.h') diff --git a/arch/arm/mach-integrator/pci_v3.h b/arch/arm/mach-integrator/pci_v3.h new file mode 100644 index 0000000..755fd29 --- /dev/null +++ b/arch/arm/mach-integrator/pci_v3.h @@ -0,0 +1,2 @@ +/* Simple oneliner include to the PCIv3 early init */ +extern int pci_v3_early_init(void); -- cgit v1.1