]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: picoxcell: move io mappings to common.c
authorJamie Iles <jamie@jamieiles.com>
Mon, 12 Dec 2011 20:21:39 +0000 (20:21 +0000)
committerJamie Iles <jamie@jamieiles.com>
Sun, 18 Dec 2011 10:48:20 +0000 (10:48 +0000)
commit8f37a0b49656ed961598351da3ebdd89f2d2e5b4
tree198dd1837c1141b09c2e2acecd713664e393f0a4
parent98e27a5c13badb5c56d9d1d6c8ec210753ac1195
ARM: picoxcell: move io mappings to common.c

Now that we have lost our machine specific ioremap() we just have one
mapping that covers all peripherals.  Move this to common.c to simplify
things a little.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
arch/arm/mach-picoxcell/Makefile
arch/arm/mach-picoxcell/common.c
arch/arm/mach-picoxcell/common.h
arch/arm/mach-picoxcell/io.c [deleted file]