Fix pointer type mismatch of handlers
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 18 Apr 2018 16:18:48 +0000 (01:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Apr 2018 09:35:02 +0000 (18:35 +0900)
commit57d1e5faf21c160c2dd3f152f5195a13ba8c7c70
tree8182a07204157f4c04ff587641a2ba9df4bc9ade
parent724fd958c3f4507b2282524665a878f0169de864
Fix pointer type mismatch of handlers

Commit 4c0d03907652 ("Rework type usage in Trusted Firmware") changed
the type usage in struct declarations, but did not touch the definition
side.  Fix the type mismatch.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
17 files changed:
drivers/arm/gic/gic_v3.c
plat/mediatek/common/custom/oem_svc.c
plat/mediatek/common/mtk_plat_common.c
plat/mediatek/common/mtk_plat_common.h
plat/mediatek/common/mtk_sip_svc.c
plat/nvidia/tegra/common/tegra_sip_calls.c
plat/rockchip/common/rockchip_sip_svc.c
plat/rockchip/rk3368/plat_sip_calls.c
plat/rockchip/rk3399/plat_sip_calls.c
plat/xilinx/zynqmp/sip_svc_setup.c
services/spd/opteed/opteed_main.c
services/spd/opteed/opteed_pm.c
services/spd/tlkd/tlkd_main.c
services/spd/tlkd/tlkd_pm.c
services/spd/trusty/trusty.c
services/spd/tspd/tspd_main.c
services/spd/tspd/tspd_pm.c