Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14590
b: refs/heads/master
c: 30a0961
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 21, 2005
1 parent 01ca944 commit 7f9d37b
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: 5aaf291056b6142c11f6f7fd48cf937595a70e93
refs/heads/master: 30a09616df38ab282e66084f40fb438fe715b2ec
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-ebsa110/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void __writel(u32 val, void __iomem *addr);
#define writew(v,b) __writew(v,b)
#define writel(v,b) __writel(v,b)

#define __arch_ioremap(cookie,sz,c,a) ((void __iomem *)(cookie))
#define __arch_ioremap(cookie,sz,c) ((void __iomem *)(cookie))
#define __arch_iounmap(cookie) do { } while (0)

extern void insb(unsigned int port, void *buf, int sz);
Expand Down

0 comments on commit 7f9d37b

Please sign in to comment.