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>
1 parent 724fd95 commit 57d1e5faf21c160c2dd3f152f5195a13ba8c7c70
@Masahiro Yamada Masahiro Yamada authored on 18 Apr 2018
Showing 17 changed files
View
drivers/arm/gic/gic_v3.c
View
plat/mediatek/common/custom/oem_svc.c
View
plat/mediatek/common/mtk_plat_common.c
View
plat/mediatek/common/mtk_plat_common.h
View
plat/mediatek/common/mtk_sip_svc.c
View
plat/nvidia/tegra/common/tegra_sip_calls.c
View
plat/rockchip/common/rockchip_sip_svc.c
View
plat/rockchip/rk3368/plat_sip_calls.c
View
plat/rockchip/rk3399/plat_sip_calls.c
View
plat/xilinx/zynqmp/sip_svc_setup.c
View
services/spd/opteed/opteed_main.c
View
services/spd/opteed/opteed_pm.c
View
services/spd/tlkd/tlkd_main.c
View
services/spd/tlkd/tlkd_pm.c
View
services/spd/trusty/trusty.c
View
services/spd/tspd/tspd_main.c
View
services/spd/tspd/tspd_pm.c