summaryrefslogtreecommitdiffstats
path: root/include/video.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-27 09:54:03 -0600
committerNeil Armstrong <narmstrong@baylibre.com>2020-01-07 11:15:24 +0100
commitb9dea62b6b753bf848ef4d42b71e168f3cd525cd (patch)
treed62035a5cdec114108571d0100ade7a8e54084bf /include/video.h
parent0b0c6af38738f2c132cfd41a240889acaa031c8f (diff)
downloadu-boot-b9dea62b6b753bf848ef4d42b71e168f3cd525cd.tar.gz
u-boot-b9dea62b6b753bf848ef4d42b71e168f3cd525cd.tar.xz
u-boot-b9dea62b6b753bf848ef4d42b71e168f3cd525cd.zip
video: meson: Drop unnecessary header includes
These files should not be included in meson header files. Drop them and tidy up the affected C files. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/video.h')
-rw-r--r--include/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video.h b/include/video.h
index 485071d072..e7c58e86cb 100644
--- a/include/video.h
+++ b/include/video.h
@@ -17,6 +17,8 @@
#include <stdio_dev.h>
+struct udevice;
+
struct video_uc_platdata {
uint align;
uint size;