summaryrefslogtreecommitdiff
path: root/arch
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 /arch
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 'arch')
-rw-r--r--arch/arm/mach-nexell/include/mach/display_dev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-nexell/include/mach/display_dev.h b/arch/arm/mach-nexell/include/mach/display_dev.h
index 0dd96f6795..ffa45518d9 100644
--- a/arch/arm/mach-nexell/include/mach/display_dev.h
+++ b/arch/arm/mach-nexell/include/mach/display_dev.h
@@ -9,7 +9,6 @@
#define _NX__DISPLAY_DEV_H_
#if defined CONFIG_VIDEO || defined CONFIG_DM_VIDEO
-#include <video_fb.h>
#elif defined CONFIG_LCD
#include <lcd.h>
#endif