Some files may include this header file without first including dm.h so add a forward declaration.
Signed-off-by: Simon Glass <[email protected]> --- (no changes since v1) include/cedit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cedit.h b/include/cedit.h index a31b4245247..856509f0c7f 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; -- 2.34.1

