Commit 272cd2b7 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] arm/rpc iomem annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2ad4f86b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <asm/arch/memory.h> #include <asm/arch/memory.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#define IOMEM(x) ((void __iomem *)(x)) #define IOMEM(x) ((void __iomem *)(unsigned long)(x))
#else #else
#define IOMEM(x) x #define IOMEM(x) x
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
/* /*
* IO Addresses * IO Addresses
*/ */
#define VIDC_BASE (void __iomem *)0xe0400000 #define VIDC_BASE IOMEM(0xe0400000)
#define EXPMASK_BASE 0xe0360000 #define EXPMASK_BASE 0xe0360000
#define IOMD_BASE IOMEM(0xe0200000) #define IOMD_BASE IOMEM(0xe0200000)
#define IOC_BASE IOMEM(0xe0200000) #define IOC_BASE IOMEM(0xe0200000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment