diff options
| author | Simon Glass <[email protected]> | 2022-01-23 07:04:06 -0700 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2022-03-28 20:16:46 +0200 |
| commit | fff49e01d800decb9a653d228077c5b7fec58ddb (patch) | |
| tree | d4a2f97749db400eba855bf52e946166b59b1db9 /arch | |
| parent | 9b39da6e42815ebda9505138017f7396625a1c6e (diff) | |
video: Drop video_fb header
This is not used now. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-nexell/include/mach/display_dev.h | 1 |
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 0dd96f67957..ffa45518d99 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 |
