Change sizeof to use type of struct not function
authorJoel Hutton <joel.hutton@arm.com>
Fri, 20 Oct 2017 09:31:14 +0000 (10:31 +0100)
committerJoel Hutton <joel.hutton@arm.com>
Tue, 31 Oct 2017 11:03:18 +0000 (11:03 +0000)
commit2614ea3ed6ad5f671d0dd026e3d66ce7652f601b
tree0bc9ed0dd884eae16c3d9b157504b8d2b0c9e143
parent24552242b2143e0588ba93b41ec614e151d10f5c
Change sizeof to use type of struct not function

Change sizeof call so it references a static type instead of return of
a function in order to be MISRA compliant.

Change-Id: I6f1adb206073d6cd200156e281b8d76249e3af0e
Signed-off-by: Joel Hutton <joel.hutton@arm.com>
include/lib/el3_runtime/cpu_data.h