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>

No differences found