diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 11:45:07 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:35:27 +0000 |
commit | 29c4d1b71728c2029474ccf1b076e737209204ff (patch) | |
tree | 10d2af954582640eef21d8abe1436ca602228267 /src/soc/mediatek/mt8173 | |
parent | 23a60fa65bf2ef0e5a31b026830301d7ce0d10ab (diff) | |
download | coreboot-29c4d1b71728c2029474ccf1b076e737209204ff.tar.xz |
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/mt8173')
-rw-r--r-- | src/soc/mediatek/mt8173/include/soc/dsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/dsi.h b/src/soc/mediatek/mt8173/include/soc/dsi.h index 6becfce6c6..6f9b301e73 100644 --- a/src/soc/mediatek/mt8173/include/soc/dsi.h +++ b/src/soc/mediatek/mt8173/include/soc/dsi.h @@ -4,6 +4,7 @@ #define _DSI_REG_H_ #include <soc/dsi_common.h> +#include <types.h> /* DSI features */ #define MTK_DSI_MIPI_RATIO_NUMERATOR 102 |