diff options
author | Simon Glass | 2022-01-23 07:04:06 -0700 |
---|---|---|
committer | Anatolij Gustschin | 2022-03-28 20:16:46 +0200 |
commit | fff49e01d800decb9a653d228077c5b7fec58ddb (patch) | |
tree | d4a2f97749db400eba855bf52e946166b59b1db9 /board/freescale/t104xrdb | |
parent | 9b39da6e42815ebda9505138017f7396625a1c6e (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/freescale/t104xrdb')
-rw-r--r-- | board/freescale/t104xrdb/diu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/diu.c b/board/freescale/t104xrdb/diu.c index 25c8597202a..022d329713e 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" |