aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/ecard.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-07-07 11:40:52 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-08-17 08:44:16 +0100
commit5e4cdb83edd69d24b744cd88a9537680e905a518 (patch)
tree51d4b1998608d4caeb56ee64d428e56e37fc35e5 /arch/arm/kernel/ecard.c
parentARM: io: ecard: remove ioaddr() from ecard.c (diff)
downloadlinux-dev-5e4cdb83edd69d24b744cd88a9537680e905a518.tar.xz
linux-dev-5e4cdb83edd69d24b744cd88a9537680e905a518.zip
ARM: io: RiscPC: make EASI_BASE a void iomem pointer
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/ecard.c')
-rw-r--r--arch/arm/kernel/ecard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/ecard.c b/arch/arm/kernel/ecard.c
index 3e84f66de8f7..4dd0edab6a65 100644
--- a/arch/arm/kernel/ecard.c
+++ b/arch/arm/kernel/ecard.c
@@ -237,7 +237,7 @@ static void ecard_init_pgtables(struct mm_struct *mm)
memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (IO_SIZE / PGDIR_SIZE));
- src_pgd = pgd_offset(mm, EASI_BASE);
+ src_pgd = pgd_offset(mm, (unsigned long)EASI_BASE);
dst_pgd = pgd_offset(mm, EASI_START);
memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (EASI_SIZE / PGDIR_SIZE));