]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: realview: don't map undefined PCI registers
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Nov 2015 16:32:15 +0000 (17:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Dec 2015 08:41:32 +0000 (09:41 +0100)
commit930748a0335573ff360744e068dd841b63a29bf0
treecf8f4be35c65986042e32ed941f892cac7912ce7
parentfd0053c9eb7e01b1d300f4c28c9eec7ca4cda690
ARM: realview: don't map undefined PCI registers

PCI support for realview was never merged, and trying to build realview with
CONFIG_PCI enabled fails because the constants for the mapping windows are
not defined anywhere.

This removes them from the static I/O window mapping table as a preparation
for multiplatform support.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-realview/realview_pba8.c
arch/arm/mach-realview/realview_pbx.c