diff options
| author | Arnd Bergmann <[email protected]> | 2014-03-16 20:23:18 +0100 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2014-03-21 18:23:26 +0100 |
| commit | 926aabde6318db321eb982ded8f5f63cd52fee74 (patch) | |
| tree | 416191da99edb8cbc3ef8da4cd4d59ca24f7dffa /tools/perf/scripts | |
| parent | e9c610a49bf7b0f9e2bf231e762b2e82dcbdc63a (diff) | |
ARM: ixp4xx: avoid use of PCIBIOS_MIN_MEM in io.h
When using CONFIG_IXP4XX_INDIRECT_PCI, we run into a recursive
header file dependency between mach/io.h and asm/pci.h, resulting
in a build failure:
mach-ixp4xx/include/mach/io.h: In function 'is_pci_memory':
mach-ixp4xx/include/mach/io.h:53:18: error: 'PCIBIOS_MIN_MEM' undeclared (first use in this function)
return (addr >= PCIBIOS_MIN_MEM) && (addr <= 0x4FFFFFFF);
^
mach-ixp4xx/include/mach/io.h:53:18: note: each undeclared identifier is reported only once for each function it appears in
We can work around this by referencing the pcibios_min_mem variable
directly through an extern declaration, rather than using the macro.
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Imre Kaloz <[email protected]>
Cc: Krzysztof Halasa <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions