From 69451f17a1138af9a982180d54249026a8edb92e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 7 Oct 2022 10:08:53 +0200 Subject: src/drivers: Clean up includes Signed-off-by: Elyes Haouas Change-Id: Ia40678019b2a54deb246dbfbf33ec37a8c3839e4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68206 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/drivers/mipi/panel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/mipi/panel.c') diff --git a/src/drivers/mipi/panel.c b/src/drivers/mipi/panel.c index 9646ecaa86..7279d17b9a 100644 --- a/src/drivers/mipi/panel.c +++ b/src/drivers/mipi/panel.c @@ -3,6 +3,7 @@ #include #include #include +#include enum cb_err mipi_panel_parse_init_commands(const void *buf, mipi_cmd_func_t cmd_func) { -- cgit v1.2.3