diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-12-12 20:21:39 +0000 |
---|---|---|
committer | Jamie Iles <jamie@jamieiles.com> | 2011-12-18 10:48:20 +0000 |
commit | 8f37a0b49656ed961598351da3ebdd89f2d2e5b4 (patch) | |
tree | 198dd1837c1141b09c2e2acecd713664e393f0a4 /arch/arm/mach-picoxcell/Makefile | |
parent | 98e27a5c13badb5c56d9d1d6c8ec210753ac1195 (diff) | |
download | op-kernel-dev-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.zip op-kernel-dev-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-picoxcell/Makefile')
-rw-r--r-- | arch/arm/mach-picoxcell/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/Makefile b/arch/arm/mach-picoxcell/Makefile index c550b63..e5ec4a8 100644 --- a/arch/arm/mach-picoxcell/Makefile +++ b/arch/arm/mach-picoxcell/Makefile @@ -1,3 +1,2 @@ obj-y := common.o obj-y += time.o -obj-y += io.o |