diff options
author | Geert Uytterhoeven <[email protected]> | 2015-10-30 08:13:42 -0500 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2015-10-30 08:22:31 -0500 |
commit | 7c537c67d2e4860cf22c077c80928f16089ad0cc (patch) | |
tree | 3245e43aa38db5fb6f6bd65a1e8f0bd35db3646f /tools/perf/scripts/python | |
parent | 6cbfeae703276c06955318f3ea3d2b933776640c (diff) |
PCI: rcar: Build pcie-rcar.c only on ARM
The pcie-rcar.c driver (controlled by PCI_RCAR_GEN2_PCIE) uses struct
pci_sys_data and pci_ioremap_io(), which only exist on ARM. Building it on
other arches, e.g., arm64/shmobile, causes errors like this:
drivers/pci/host/pcie-rcar.c:138:52: warning: 'struct pci_sys_data' declared inside parameter list
drivers/pci/host/pcie-rcar.c:380:4: error: implicit declaration of function 'pci_ioremap_io' [-Werror=implicit-function-declaration]
Build pcie-rcar.c only on ARM.
[bhelgaas: changelog, split to separate pci-rcar-gen2 from pcie-rcar]
Reported-by: Wolfram Sang <[email protected]> (pci_ioremap_io())
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions