aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-10 10:43:24 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-14 16:11:42 +0000
commit0badea85a732ad828d7874ce94eea6bbc42598d2 (patch)
tree11ff92be2178dd06ad20bec88c9847d0243ab709 /src/soc/rockchip
parentad619a247373909ef3b2c082d4ef5db25166c8e1 (diff)
soc/rockchip/rk3399/display.c: Add missing include
Replace unused <stddef.h> with missing <stdint.h>. Change-Id: Ibdde8fb5ec5bf7d25facd78064a7837d24fa2c8a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43342 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/rockchip')
-rw-r--r--src/soc/rockchip/rk3399/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3399/display.c b/src/soc/rockchip/rk3399/display.c
index b47fabc5e8..70e8c7c15d 100644
--- a/src/soc/rockchip/rk3399/display.c
+++ b/src/soc/rockchip/rk3399/display.c
@@ -7,7 +7,7 @@
#include <delay.h>
#include <edid.h>
#include <gpio.h>
-#include <stddef.h>
+#include <stdint.h>
#include <soc/addressmap.h>
#include <soc/clock.h>
#include <soc/display.h>