arm-trusted-firmware/plat/rockchip
Paul Kocialkowski fb83888b61 rockchip: Move stdint header to the offending header file
The stdint header was introduced to rk3399's plat_sip_calls.c in order
to fix missing stdint definitions. However, ordering headers
alphabetically caused the fix to be ineffective, as stint was then
included after the offending header file (dfs.h).

Move the stdint include to that header to properly fix the issue.

Change-Id: Ieaad37a7932786971488ab58fc5b169bfa79e197
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2018-06-13 20:37:50 +02:00
..
common types: use int-ll64 for both aarch32 and aarch64 2018-04-27 18:35:02 +09:00
rk3328 Update ULL() macro and instances of ull to comply with MISRA 2018-02-27 17:05:51 +00:00
rk3368 Fix pointer type mismatch of handlers 2018-04-27 18:35:02 +09:00
rk3399 rockchip: Move stdint header to the offending header file 2018-06-13 20:37:50 +02:00