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-- 3.1 KB
Makefile -rw-r--r-- 587 bytes
associola.c -rw-r--r-- 46.2 KB
auth.c -rw-r--r-- 23.9 KB
bind_addr.c -rw-r--r-- 13.8 KB
chunk.c -rw-r--r-- 9.6 KB
command.c -rw-r--r-- 2.1 KB
debug.c -rw-r--r-- 4.3 KB
endpointola.c -rw-r--r-- 13.0 KB
input.c -rw-r--r-- 31.1 KB
inqueue.c -rw-r--r-- 6.7 KB
ipv6.c -rw-r--r-- 28.3 KB
objcnt.c -rw-r--r-- 4.0 KB
output.c -rw-r--r-- 22.3 KB
outqueue.c -rw-r--r-- 52.3 KB
primitive.c -rw-r--r-- 7.4 KB
probe.c -rw-r--r-- 5.7 KB
proc.c -rw-r--r-- 14.4 KB
protocol.c -rw-r--r-- 41.4 KB
sm_make_chunk.c -rw-r--r-- 101.5 KB
sm_sideeffect.c -rw-r--r-- 48.9 KB
sm_statefuns.c -rw-r--r-- 196.7 KB
sm_statetable.c -rw-r--r-- 31.3 KB
socket.c -rw-r--r-- 199.5 KB
ssnmap.c -rw-r--r-- 3.2 KB
sysctl.c -rw-r--r-- 9.1 KB
transport.c -rw-r--r-- 19.7 KB
tsnmap.c -rw-r--r-- 9.5 KB
ulpevent.c -rw-r--r-- 30.4 KB
ulpqueue.c -rw-r--r-- 28.9 KB

back to top