aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-27 11:36:52 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-05-29 10:34:08 +0000
commit08375b508222d4cdc85b01497322ffbac40f5a69 (patch)
treec7cbf2a17d9049844f378e74530061ae8897fd91 /src/soc/mediatek
parentbdd03c20d5b1cd7ca17e2559a44ddcf1da06f3be (diff)
tree: Remove unused <string.h>
Change-Id: I9ed1a82fcd3fc29124ddc406592bd45dc84d4628 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r--src/soc/mediatek/common/display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/display.c b/src/soc/mediatek/common/display.c
index 0c23e49249..a212805b5b 100644
--- a/src/soc/mediatek/common/display.c
+++ b/src/soc/mediatek/common/display.c
@@ -11,7 +11,6 @@
#include <soc/dsi.h>
#include <soc/mtcmos.h>
#include <stdio.h>
-#include <string.h>
static struct panel_serializable_data *get_mipi_cmd_from_cbfs(struct panel_description *desc)
{