diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-03-19 19:58:49 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-03 08:04:41 +0200 |
commit | ae9daf2d00ee103b257a1f3b4ea9c575b708fe7a (patch) | |
tree | 8ac127b66bb592e0016dedb3d0f4e6161c7b6972 /arch/arm/mach-integrator/pci_v3.h | |
parent | 01ef31053ddda5d5aee86dca61193d1395273d53 (diff) | |
download | talos-obmc-linux-ae9daf2d00ee103b257a1f3b4ea9c575b708fe7a.tar.gz talos-obmc-linux-ae9daf2d00ee103b257a1f3b4ea9c575b708fe7a.zip |
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 <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/pci_v3.h')
-rw-r--r-- | arch/arm/mach-integrator/pci_v3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.h b/arch/arm/mach-integrator/pci_v3.h new file mode 100644 index 000000000000..755fd29fed4a --- /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); |