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)
commitead67b6e6679b14befb0cef59db60e2853e19cd8
tree495f93b8a7d9acc3d347e7b918641f28cc5fe7cb
parentb0c3844d8af6b9f3f18f31e1b0502fbefa2166be
ARM: pxa: remove un-used mapping of camera registers

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