diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-12-10 23:21:08 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-12-14 00:25:30 +0400 |
commit | b713aa0b15015a65ad5421543b80df86de043d62 (patch) | |
tree | 589ca5e131220d8c71d17f17b306e30188d64000 /arch/arm/mach-footbridge/dc21285-timer.c | |
parent | b31459adeab018b297541e288ac88873011da82a (diff) | |
download | linux-b713aa0b15015a65ad5421543b80df86de043d62.tar.xz |
ARM: fix asm/memory.h build error
Jason Gunthorpe reports a build failure when ARM_PATCH_PHYS_VIRT is
not defined:
In file included from arch/arm/include/asm/page.h:163:0,
from include/linux/mm_types.h:16,
from include/linux/sched.h:24,
from arch/arm/kernel/asm-offsets.c:13:
arch/arm/include/asm/memory.h: In function '__virt_to_phys':
arch/arm/include/asm/memory.h:244:40: error: 'PHYS_OFFSET' undeclared (first use in this function)
arch/arm/include/asm/memory.h:244:40: note: each undeclared identifier is reported only once for each function it appears in
arch/arm/include/asm/memory.h: In function '__phys_to_virt':
arch/arm/include/asm/memory.h:249:13: error: 'PHYS_OFFSET' undeclared (first use in this function)
Fixes: ca5a45c06cd4 ("ARM: mm: use phys_addr_t appropriately in p2v and v2p conversions")
Tested-By: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-footbridge/dc21285-timer.c')
0 files changed, 0 insertions, 0 deletions