Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177026
b: refs/heads/master
c: 0eb37e2
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Dec 14, 2009
1 parent 5e9e634 commit eab0419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf3cdeda901c7f42de3cddc8c5aa19f6b8d8f9df
refs/heads/master: 0eb37e26ed332b2a96630cf7f7ebe9fddb41cc3c
1 change: 1 addition & 0 deletions trunk/arch/sh/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ __ioremap_mode(unsigned long offset, unsigned long size, unsigned long flags)
return __ioremap(offset, size, flags);
}
#else
#define __ioremap(offset, size, flags) ((void __iomem *)(offset))
#define __ioremap_mode(offset, size, flags) ((void __iomem *)(offset))
#define __iounmap(addr) do { } while (0)
#endif /* CONFIG_MMU */
Expand Down

0 comments on commit eab0419

Please sign in to comment.