提交 6fd7c7fe 编写于 作者: R Russell King 提交者: Russell King

[ARM] s3c: define __io using the typesafe version

as per 0560cf5aSigned-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 0bd5292f
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#define __ASM_ARM_ARCH_IO_H #define __ASM_ARM_ARCH_IO_H
/* No current ISA/PCI bus support. */ /* No current ISA/PCI bus support. */
#define __io(a) ((void __iomem *)(a)) #define __io(a) __typesafe_io(a)
#define __mem_pci(a) (a) #define __mem_pci(a) (a)
#define IO_SPACE_LIMIT (0xFFFFFFFF) #define IO_SPACE_LIMIT (0xFFFFFFFF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册