diff options
author | Simon Glass | 2019-10-27 09:54:03 -0600 |
---|---|---|
committer | Neil Armstrong | 2020-01-07 11:15:24 +0100 |
commit | b9dea62b6b753bf848ef4d42b71e168f3cd525cd (patch) | |
tree | d62035a5cdec114108571d0100ade7a8e54084bf /include/video.h | |
parent | 0b0c6af38738f2c132cfd41a240889acaa031c8f (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 <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.h | 2 |
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; |