[PATCH v2 11/19] expo: Add forward declaration for udevice to cedit

Simon Glass sjg at chromium.org
Thu Jan 4 16:11:44 CET 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 f43cafa5aa2..f9a4a6d9e8e 100644
--- a/include/cedit.h
+++ b/include/cedit.h
@@ -12,6 +12,7 @@
 struct abuf;
 struct expo;
 struct scene;
+struct udevice;
 struct video_priv;
 
 enum {
-- 
2.34.1



More information about the U-Boot mailing list