commit | 5ac9d965d89fac27c59e0f0e4b855d27278920be | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 19 01:18:48 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 27 18:35:02 2018 +0900 |
tree | 8182a07204157f4c04ff587641a2ba9df4bc9ade | |
parent | 5621275b6bb7dd2a8a4b0f9a1a2b21d88a1e8686 [diff] |
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>