Skip to content
Commit fb83888b authored by Paul Kocialkowski's avatar Paul Kocialkowski
Browse files

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: default avatarPaul Kocialkowski <contact@paulk.fr>
parent ed4cf490
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment