commit | 71059df80dff3d6b74754bf0b2f6de40838588f0 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Thu May 03 17:11:04 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Fri May 25 13:30:57 2018 +0100 |
tree | 3a745b864664e24a41dc30366ed46ad8eb16c965 | |
parent | e08d0f2df93321b55bad2e8da6a5aa85c58e6d0c [diff] |
Remove rt_svc_descs pointer from inner scope A pointer to rt_svc_desc_t was defined both in the function and globally. The innermost definition hid the global definition which is the one we want to use so remove the innermost definition to prevent this Change-Id: Idabdbc0947178ae83224bd17a9b170df7c278d51 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>