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.6 KB
Makefile -rw-r--r-- 518 bytes
l2tp_core.c -rw-r--r-- 55.1 KB
l2tp_core.h -rw-r--r-- 9.8 KB
l2tp_debugfs.c -rw-r--r-- 9.1 KB
l2tp_eth.c -rw-r--r-- 8.3 KB
l2tp_ip.c -rw-r--r-- 15.8 KB
l2tp_ip6.c -rw-r--r-- 19.4 KB
l2tp_netlink.c -rw-r--r-- 22.5 KB
l2tp_ppp.c -rw-r--r-- 47.5 KB

back to top