Skip to content

Commit

Permalink
[ARM] s3c: define __io using the typesafe version
Browse files Browse the repository at this point in the history
as per 0560cf5

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Dec 18, 2008
1 parent 0bd5292 commit 6fd7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define __ASM_ARM_ARCH_IO_H

/* No current ISA/PCI bus support. */
#define __io(a) ((void __iomem *)(a))
#define __io(a) __typesafe_io(a)
#define __mem_pci(a) (a)

#define IO_SPACE_LIMIT (0xFFFFFFFF)
Expand Down

0 comments on commit 6fd7c7f

Please sign in to comment.