From: Simon Glass Date: Mon, 14 Oct 2024 22:32:03 +0000 (-0600) Subject: expo: Add forward declaration for udevice to cedit X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=790687c9883f220bdb52f1675c2684e7ec42370d;p=u-boot.git expo: Add forward declaration for udevice to cedit Some files may include this header file without first including dm.h so add a forward declaration. Signed-off-by: Simon Glass --- diff --git a/include/cedit.h b/include/cedit.h index a31b424524..856509f0c7 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;