git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96cbafb
)
expo: Add forward declaration for udevice to cedit
author
Simon Glass
<sjg@chromium.org>
Mon, 14 Oct 2024 22:32:03 +0000
(16:32 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000
(14:10 -0600)
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>
include/cedit.h
patch
|
blob
|
history
diff --git
a/include/cedit.h
b/include/cedit.h
index
a31b424
..
856509f
100644
(file)
--- 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;