commit | e0f2c3bea52e6b5bbb5401ed39ab8e361d1d4ea1 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Wed Jun 13 20:37:25 2018 +0200 |
committer | Paul Kocialkowski <contact@paulk.fr> | Wed Jun 13 20:37:50 2018 +0200 |
tree | d71dd33e28aeb47dc76408d3e4ef59f6106f4bdd | |
parent | c4d13f53a79d552c7211089b76f9b665076b7fe5 [diff] |
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>