ARM: mach-integrator: Add stub for pci_v3_early_init() for !CONFIG_PCI
authorJoerg Roedel <joro@8bytes.org>
Wed, 25 Sep 2013 10:11:33 +0000 (12:11 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 26 Sep 2013 04:59:52 +0000 (21:59 -0700)
commit4dc3231f818baf7415c67ee06c51ace0973ae736
tree967397e99940d4b5fb2ca81abcb63b3df7eeb4cc
parent66583ec75570b33edcec27e40941b4235189b3d8
ARM: mach-integrator: Add stub for pci_v3_early_init() for !CONFIG_PCI

This fixes a compile error where CONFIG_PCI is disabled:

  LD      init/built-in.o
arch/arm/mach-integrator/built-in.o: In function `ap_map_io':
integrator_cp.c:(.init.text+0x570): undefined reference to `pci_v3_early_init'
make[1]: *** [vmlinux] Error 1
make: *** [sub-make] Error 2

Cc: stable@vger.kernel.org
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-integrator/pci_v3.h