]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: pxa: remove un-used mapping of camera registers
authorEric Miao <eric.y.miao@gmail.com>
Wed, 13 Oct 2010 02:38:56 +0000 (10:38 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Thu, 16 Dec 2010 06:31:15 +0000 (14:31 +0800)
The camera registers start and range are encoded into the platform
device, and are actually handled by ioremap()'ed, thus the mapping
in pxa_map_io() is not necessary.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/generic.c

index 6451e9c3a93fba45a7a1b1d39693dc98f94a40d2..69a89fe4ce8da20ea6f2b8200d33f6aacef6a95c 100644 (file)
@@ -102,11 +102,6 @@ static struct map_desc standard_io_desc[] __initdata = {
                .pfn            = __phys_to_pfn(0x48000000),
                .length         = 0x00200000,
                .type           = MT_DEVICE
-       }, {    /* Camera */
-               .virtual        =  0xfa000000,
-               .pfn            = __phys_to_pfn(0x50000000),
-               .length         = 0x00100000,
-               .type           = MT_DEVICE
        }, {    /* IMem ctl */
                .virtual        =  0xfe000000,
                .pfn            = __phys_to_pfn(0x58000000),