[PATCH v3 11/20] expo: Add forward declaration for udevice to cedit
Simon Glass
sjg at chromium.org
Tue Oct 15 00:32:03 CEST 2024
Some files may include this header file without first including dm.h
so add a forward declaration.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
include/cedit.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/cedit.h b/include/cedit.h
index a31b4245247..856509f0c7f 100644
--- a/include/cedit.h
+++ b/include/cedit.h
@@ -14,6 +14,7 @@
struct abuf;
struct expo;
struct scene;
+struct udevice;
struct video_priv;
struct udevice;
--
2.34.1
More information about the U-Boot
mailing list