[PATCH 26/34] expo: Add forward declaration for udevice to cedit

Simon Glass sjg at chromium.org
Mon Oct 2 03:15:36 CEST 2023


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>
---

 include/cedit.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/cedit.h b/include/cedit.h
index f43cafa5aa24..f9a4a6d9e8eb 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.42.0.582.g8ccd20d70d-goog



More information about the U-Boot mailing list