commit | 9758e70a448f92fb850712650a0394d8532c17ff | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Sep 11 14:27:22 2012 +0200 |
committer | Jason Cooper <jason@lakedaemon.net> | Fri Sep 21 18:04:05 2012 +0000 |
tree | 79b1634dddc4de7ff8cb5fc758582a7422f595a7 | |
parent | 3904a39321422d424f790d18a4746b99e1aed0e9 [diff] |
arm: mach-mvebu: use IOMEM() for base address definitions We now define all virtual base address constants using IOMEM() so that those are naturally typed as void __iomem pointers, and we do the necessary adjustements in the mach-mvebu code. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>