summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2019-10-27 09:54:03 -0600
committerNeil Armstrong <[email protected]>2020-01-07 11:15:24 +0100
commitb9dea62b6b753bf848ef4d42b71e168f3cd525cd (patch)
treed62035a5cdec114108571d0100ade7a8e54084bf /include
parent0b0c6af38738f2c132cfd41a240889acaa031c8f (diff)
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 <[email protected]> Reviewed-by: Anatolij Gustschin <[email protected]> Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video.h b/include/video.h
index 485071d0723..e7c58e86cb4 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;