Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297652
b: refs/heads/master
c: 33f7e3e
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring committed Mar 7, 2012
1 parent 951a7b8 commit d1e6a7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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: 6c38e25b6b9c64c8b2fc02c70095e70d97a3ace6
refs/heads/master: 33f7e3e18108f4cd1db93186caffdabcfe0e0c8f
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
#ifndef __ASM_ARCH_EP93XX_REGS_H
#define __ASM_ARCH_EP93XX_REGS_H

/*
* A typesafe __io() variation for variable initialisers
*/
#ifdef __ASSEMBLER__
#define IOMEM(p) p
#else
#define IOMEM(p) ((void __iomem __force *)(p))
#endif

/*
* EP93xx Physical Memory Map:
*
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/arm/mach-ep93xx/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,4 @@
#define __io(p) __typesafe_io(p)
#define __mem_pci(p) (p)

/*
* A typesafe __io() variation for variable initialisers
*/
#ifdef __ASSEMBLER__
#define IOMEM(p) p
#else
#define IOMEM(p) ((void __iomem __force *)(p))
#endif

#endif /* __ASM_MACH_IO_H */

0 comments on commit d1e6a7d

Please sign in to comment.