summaryrefslogtreecommitdiff
path: root/board
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 /board
parent9b39da6e42815ebda9505138017f7396625a1c6e (diff)
video: Drop video_fb header
This is not used now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/aristainetos/aristainetos.c1
-rw-r--r--board/freescale/t104xrdb/diu.c1
-rw-r--r--board/socrates/socrates.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/board/aristainetos/aristainetos.c b/board/aristainetos/aristainetos.c
index f13fa11637..19af59606d 100644
--- a/board/aristainetos/aristainetos.c
+++ b/board/aristainetos/aristainetos.c
@@ -39,7 +39,6 @@
#include <power/regulator.h>
#include <power/da9063_pmic.h>
#include <splash.h>
-#include <video_fb.h>
DECLARE_GLOBAL_DATA_PTR;
diff --git a/board/freescale/t104xrdb/diu.c b/board/freescale/t104xrdb/diu.c
index 25c8597202..022d329713 100644
--- a/board/freescale/t104xrdb/diu.c
+++ b/board/freescale/t104xrdb/diu.c
@@ -10,7 +10,6 @@
#include <command.h>
#include <fsl_diu_fb.h>
#include <linux/ctype.h>
-#include <video_fb.h>
#include "../common/diu_ch7301.h"
diff --git a/board/socrates/socrates.c b/board/socrates/socrates.c
index f6a3cc1793..3430a1ed01 100644
--- a/board/socrates/socrates.c
+++ b/board/socrates/socrates.c
@@ -26,7 +26,6 @@
#include <fdt_support.h>
#include <asm/io.h>
#include <i2c.h>
-#include <video_fb.h>
#include "upm_table.h"
DECLARE_GLOBAL_DATA_PTR;