Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56342
b: refs/heads/master
c: f75fd96
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 11, 2007
1 parent fdb55f2 commit 814d212
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 3b11e449b3a8d9b912d80e28f62985f22a70e87f
refs/heads/master: f75fd965d500d33720948f30d409c6c7729a80af
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-iop13xx/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

extern void __iomem * __iop13xx_io(unsigned long io_addr);
extern void __iomem *__iop13xx_ioremap(unsigned long cookie, size_t size,
unsigned long flags);
unsigned int mtype);
extern void __iop13xx_iounmap(void __iomem *addr);

extern u32 iop13xx_atue_mem_base;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-iop32x/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <asm/hardware.h>

extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size,
unsigned long flags);
unsigned int mtype);
extern void __iop3xx_iounmap(void __iomem *addr);

#define IO_SPACE_LIMIT 0xffffffff
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-iop33x/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <asm/hardware.h>

extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size,
unsigned long flags);
unsigned int mtype);
extern void __iop3xx_iounmap(void __iomem *addr);

#define IO_SPACE_LIMIT 0xffffffff
Expand Down

0 comments on commit 814d212

Please sign in to comment.