diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-07 10:08:53 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-26 16:38:45 +0000 |
commit | 69451f17a1138af9a982180d54249026a8edb92e (patch) | |
tree | ad6f3fe8b6df1adf0fd8e1d825684abd017f0941 /src/drivers/mipi | |
parent | 04c3b5a01650245e3e1cd8fa947e2d146d9126ed (diff) |
src/drivers: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ia40678019b2a54deb246dbfbf33ec37a8c3839e4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/drivers/mipi')
-rw-r--r-- | src/drivers/mipi/panel.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <console/console.h> #include <delay.h> #include <mipi/panel.h> +#include <types.h> enum cb_err mipi_panel_parse_init_commands(const void *buf, mipi_cmd_func_t cmd_func) { |