]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7896/1: rename ioremap_cached to ioremap_cache
authorRob Herring <rob.herring@calxeda.com>
Fri, 22 Nov 2013 19:14:49 +0000 (20:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 24 Nov 2013 15:53:52 +0000 (15:53 +0000)
commite6fcc78c0ae705f3f6f3f18250c1f6bb69ae99f2
tree00e6a25794dc3348914c59153414f00daa9b17dd
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
ARM: 7896/1: rename ioremap_cached to ioremap_cache

ioremap_cache is more aligned with other architectures. There are only
2 users of this in the kernel: pxa2xx-flash and Xen.

This fixes Xen build failures on arm64 caused by commit c04e8e2fe5 (arm64:
allow ioremap_cache() to use existing RAM mappings)

drivers/tty/hvc/hvc_xen.c:233:2: error: implicit declaration of function 'ioremap_cached' [-Werror=implicit-function-declaration]
drivers/xen/grant-table.c:1174:3: error: implicit declaration of function 'ioremap_cached' [-Werror=implicit-function-declaration]
drivers/xen/xenbus/xenbus_probe.c:778:4: error: implicit declaration of function 'ioremap_cached' [-Werror=implicit-function-declaration]

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/io.h
arch/arm/include/asm/xen/page.h
drivers/mtd/maps/pxa2xx-flash.c