0560cf5aa5
As Al did for Versatile in 2ad4f86b60
,
add a typesafe __io implementation for platforms to use. Convert
platforms to use this new simple typesafe implementation.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
145 B
C
9 lines
145 B
C
/*
|
|
* arch/arm/mach-ep93xx/include/mach/io.h
|
|
*/
|
|
|
|
#define IO_SPACE_LIMIT 0xffffffff
|
|
|
|
#define __io(p) __typesafe_io(p)
|
|
#define __mem_pci(p) (p)
|