From 790687c9883f220bdb52f1675c2684e7ec42370d Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Mon, 14 Oct 2024 16:32:03 -0600
Subject: [PATCH] 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 <sjg@chromium.org>
---
 include/cedit.h | 1 +
 1 file changed, 1 insertion(+)

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;
 
-- 
2.39.5