
4 Jan
2024
4 Jan
'24
4:11 p.m.
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 --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