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.8 KB
Makefile -rw-r--r-- 380 bytes
actions.c -rw-r--r-- 13.7 KB
datapath.c -rw-r--r-- 45.7 KB
datapath.h -rw-r--r-- 5.7 KB
dp_notify.c -rw-r--r-- 2.7 KB
flow.c -rw-r--r-- 13.6 KB
flow.h -rw-r--r-- 5.3 KB
flow_netlink.c -rw-r--r-- 43.5 KB
flow_netlink.h -rw-r--r-- 1.9 KB
flow_table.c -rw-r--r-- 13.1 KB
flow_table.h -rw-r--r-- 2.4 KB
vport-gre.c -rw-r--r-- 6.2 KB
vport-internal_dev.c -rw-r--r-- 6.3 KB
vport-internal_dev.h -rw-r--r-- 961 bytes
vport-netdev.c -rw-r--r-- 5.6 KB
vport-netdev.h -rw-r--r-- 1.2 KB
vport-vxlan.c -rw-r--r-- 5.0 KB
vport.c -rw-r--r-- 10.9 KB
vport.h -rw-r--r-- 6.4 KB

back to top