diff mbox series

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

Message ID 20240104151152.697855-12-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series x86: expo: Add support for editing coreboot CMOS RAM settings | expand

Commit Message

Simon Glass Jan. 4, 2024, 3:11 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(+)
diff mbox series

Patch

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 {