aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/nexell_display.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/nexell_display.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/nexell_display.c')
-rw-r--r--drivers/video/nexell_display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/nexell_display.c b/drivers/video/nexell_display.c
index a0bd44c..0a9cea6 100644
--- a/drivers/video/nexell_display.c
+++ b/drivers/video/nexell_display.c
@@ -16,7 +16,6 @@
#include <linux/compat.h>
#include <linux/err.h>
#include <video.h> /* For struct video_uc_plat */
-#include <video_fb.h>
#include <lcd.h>
#include <asm/global_data.h>
#include <asm/io.h>