aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fsl_dcu_fb.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 07:04:06 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:16:46 +0200
commitfff49e01d800decb9a653d228077c5b7fec58ddb (patch)
treed4a2f97749db400eba855bf52e946166b59b1db9 /drivers/video/fsl_dcu_fb.c
parent9b39da6e42815ebda9505138017f7396625a1c6e (diff)
downloadu-boot-fff49e01d800decb9a653d228077c5b7fec58ddb.zip
u-boot-fff49e01d800decb9a653d228077c5b7fec58ddb.tar.gz
u-boot-fff49e01d800decb9a653d228077c5b7fec58ddb.tar.bz2
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/fsl_dcu_fb.c')
-rw-r--r--drivers/video/fsl_dcu_fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fsl_dcu_fb.c b/drivers/video/fsl_dcu_fb.c
index dc5b24c..b8bd472 100644
--- a/drivers/video/fsl_dcu_fb.c
+++ b/drivers/video/fsl_dcu_fb.c
@@ -17,7 +17,6 @@
#include <linux/fb.h>
#include <malloc.h>
#include <video.h>
-#include <video_fb.h>
#include "videomodes.h"
/* Convert the X,Y resolution pair into a single number */