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
crush
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 357 bytes
armor.c -rw-r--r-- 1.9 KB
auth.c -rw-r--r-- 7.6 KB
auth_none.c -rw-r--r-- 3.0 KB
auth_none.h -rw-r--r-- 529 bytes
auth_x.c -rw-r--r-- 16.9 KB
auth_x.h -rw-r--r-- 868 bytes
auth_x_protocol.h -rw-r--r-- 1.7 KB
buffer.c -rw-r--r-- 1.4 KB
ceph_common.c -rw-r--r-- 14.5 KB
ceph_fs.c -rw-r--r-- 1.7 KB
ceph_hash.c -rw-r--r-- 2.8 KB
ceph_strings.c -rw-r--r-- 3.9 KB
crypto.c -rw-r--r-- 11.7 KB
crypto.h -rw-r--r-- 1.4 KB
debugfs.c -rw-r--r-- 6.3 KB
messenger.c -rw-r--r-- 81.8 KB
mon_client.c -rw-r--r-- 26.2 KB
msgpool.c -rw-r--r-- 2.0 KB
osd_client.c -rw-r--r-- 68.5 KB
osdmap.c -rw-r--r-- 28.5 KB
pagelist.c -rw-r--r-- 3.6 KB
pagevec.c -rw-r--r-- 4.7 KB
snapshot.c -rw-r--r-- 2.2 KB

back to top