summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/include/mach/io.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-01 10:02:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-01 10:02:51 +1100
commit03041e1f99d03c8076ca3acf5db3e912366f136b (patch)
tree9dbad0c81ddcce37ce1315a529acee72c88a1e1d /arch/arm/mach-davinci/include/mach/io.h
parent0f58659760315f5b94e3c66f952531119ebd4038 (diff)
parent393c1ee73f6360581ba21fe167e24ae80ded514b (diff)
Merge commit 'arm/devel'
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/io.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/include/mach/io.h b/arch/arm/mach-davinci/include/mach/io.h
index b78ee9140496..a48795fd2417 100644
--- a/arch/arm/mach-davinci/include/mach/io.h
+++ b/arch/arm/mach-davinci/include/mach/io.h
@@ -29,8 +29,7 @@
* We don't actually have real ISA nor PCI buses, but there is so many
* drivers out there that might just work if we fake them...
*/
-#define PCIO_BASE 0
-#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
+#define __io(a) __typesafe_io(a)
#define __mem_pci(a) (a)
#define __mem_isa(a) (a)