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/mt8183/dsi.c | |
parent | 23a60fa65bf2ef0e5a31b026830301d7ce0d10ab (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/dsi.c')
-rw-r--r-- | src/soc/mediatek/mt8183/dsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8183/dsi.c b/src/soc/mediatek/mt8183/dsi.c index 9f54f498e1..fa73ddb4e6 100644 --- a/src/soc/mediatek/mt8183/dsi.c +++ b/src/soc/mediatek/mt8183/dsi.c @@ -5,6 +5,7 @@ #include <delay.h> #include <soc/dsi.h> #include <soc/pll.h> +#include <types.h> void mtk_dsi_configure_mipi_tx(u32 data_rate, u32 lanes) { |