diff mbox series

[v3,11/20] expo: Add forward declaration for udevice to cedit

Message ID 20241014223212.2212442-12-sjg@chromium.org
State Accepted
Commit 790687c9883f220bdb52f1675c2684e7ec42370d
Delegated to: Simon Glass
Headers show
Series x86: expo: Add support for editing coreboot CMOS RAM settings | expand

Commit Message

Simon Glass Oct. 14, 2024, 10:32 p.m. UTC
Some files may include this header file without first including dm.h
so add a forward declaration.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

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

Comments

Simon Glass Oct. 17, 2024, 11:11 p.m. UTC | #1
Some files may include this header file without first including dm.h
so add a forward declaration.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

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

Applied to u-boot-dm, thanks!
diff mbox series

Patch

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;