Revision 0a5ccc86507f45b80831dac1049197c4d45be955 authored by Rob Herring on 03 January 2014, 15:17:44 UTC, committed by Russell King on 05 January 2014, 14:00:01 UTC
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:

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>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 29c350b
History
File Mode Size
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 420 bytes
af_rxrpc.c -rw-r--r-- 20.5 KB
ar-accept.c -rw-r--r-- 12.2 KB
ar-ack.c -rw-r--r-- 32.5 KB
ar-call.c -rw-r--r-- 21.2 KB
ar-connection.c -rw-r--r-- 22.9 KB
ar-connevent.c -rw-r--r-- 9.0 KB
ar-error.c -rw-r--r-- 5.7 KB
ar-input.c -rw-r--r-- 20.0 KB
ar-internal.h -rw-r--r-- 27.2 KB
ar-key.c -rw-r--r-- 28.5 KB
ar-local.c -rw-r--r-- 7.5 KB
ar-output.c -rw-r--r-- 18.0 KB
ar-peer.c -rw-r--r-- 7.2 KB
ar-proc.c -rw-r--r-- 5.0 KB
ar-recvmsg.c -rw-r--r-- 10.8 KB
ar-security.c -rw-r--r-- 5.6 KB
ar-skbuff.c -rw-r--r-- 3.4 KB
ar-transport.c -rw-r--r-- 7.1 KB
rxkad.c -rw-r--r-- 27.3 KB

back to top