From e90613efb2ba84e99295fe88d2fe8324316b4271 Mon Sep 17 00:00:00 2001 From: Joel Guittet Date: Sat, 20 Jan 2024 22:38:08 +0100 Subject: [PATCH] drivers: display: gc9x01x: fix bindings include The GC9X01X driver relies on panel.h instead of gc9x01x.h (doesn't exist). Signed-off-by: Joel Guittet --- drivers/display/display_gc9x01x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/display/display_gc9x01x.c b/drivers/display/display_gc9x01x.c index cddf14e11f2fb1..1d432d3f3556b1 100644 --- a/drivers/display/display_gc9x01x.c +++ b/drivers/display/display_gc9x01x.c @@ -8,7 +8,7 @@ #include "display_gc9x01x.h" -#include +#include #include #include #include