Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123920
b: refs/heads/master
c: 6fd7c7f
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Dec 18, 2008
1 parent 44c2ded commit e9b690b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bd5292f5883d24b9416ba32a2a137482d7f380b
refs/heads/master: 6fd7c7fe72a46dfd227fe8db0c7b6863af90a982
2 changes: 1 addition & 1 deletion trunk/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 e9b690b

Please sign in to comment.