aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/ddp.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-22 11:45:07 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 21:35:27 +0000
commit29c4d1b71728c2029474ccf1b076e737209204ff (patch)
tree10d2af954582640eef21d8abe1436ca602228267 /src/soc/mediatek/mt8183/ddp.c
parent23a60fa65bf2ef0e5a31b026830301d7ce0d10ab (diff)
src/soc/mediatek: Add include <types.h>
BIT(x) needs <types.h>. Change-Id: I8e4a7af68a52d82117b8b091fa448bb6ad40ae7d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43708 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/mediatek/mt8183/ddp.c')
-rw-r--r--src/soc/mediatek/mt8183/ddp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8183/ddp.c b/src/soc/mediatek/mt8183/ddp.c
index 13918a07f4..eba3f5e348 100644
--- a/src/soc/mediatek/mt8183/ddp.c
+++ b/src/soc/mediatek/mt8183/ddp.c
@@ -4,6 +4,7 @@
#include <edid.h>
#include <soc/addressmap.h>
#include <soc/ddp.h>
+#include <types.h>
static void disp_config_main_path_connection(void)
{