diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:06 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:16:46 +0200 |
commit | fff49e01d800decb9a653d228077c5b7fec58ddb (patch) | |
tree | d4a2f97749db400eba855bf52e946166b59b1db9 /drivers/video/omap3_dss.c | |
parent | 9b39da6e42815ebda9505138017f7396625a1c6e (diff) | |
download | u-boot-fff49e01d800decb9a653d228077c5b7fec58ddb.tar.gz |
video: Drop video_fb header
This is not used now. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/omap3_dss.c')
-rw-r--r-- | drivers/video/omap3_dss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap3_dss.c b/drivers/video/omap3_dss.c index dbd1408b6cf..432b16bfbfe 100644 --- a/drivers/video/omap3_dss.c +++ b/drivers/video/omap3_dss.c @@ -28,7 +28,6 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/dss.h> -#include <video_fb.h> /* Configure VENC for a given Mode (NTSC / PAL) */ void omap3_dss_venc_config(const struct venc_regs *venc_cfg, |