VPU: fix the code cannot be built in 32bits environment.
authorAlpha Lin <alpha.lin@rock-chips.com>
Tue, 9 Jun 2015 02:58:57 +0000 (10:58 +0800)
committerAlpha Lin <alpha.lin@rock-chips.com>
Tue, 9 Jun 2015 05:44:33 +0000 (13:44 +0800)
commit095cb8d965f6a88394623bf7bec3ffb2111788be
tree208c33f1a4b34a8a4bdba7d383271db67b2253bf
parent448baf8f146aa54dff699bd727bc2f004ff230d6
VPU: fix the code cannot be built in 32bits environment.

compat_uptr_t isn't define under 32bits environment, using
this definition under the CONFIG_COMPAT macro.

Signed-off-by: Alpha Lin <alpha.lin@rock-chips.com>
arch/arm/mach-rockchip/vcodec_service.c