]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
expo: Add forward declaration for udevice to cedit
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:03 +0000 (16:32 -0600)
committerSimon 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

index a31b42452477aeca6735f5c8e51d93a0af48eb8c..856509f0c7fa60f5e1e4ff86246fb9ffde4d0400 100644 (file)
@@ -14,6 +14,7 @@
 struct abuf;
 struct expo;
 struct scene;
+struct udevice;
 struct video_priv;
 struct udevice;