diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:06 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:16:46 +0200 |
commit | fff49e01d800decb9a653d228077c5b7fec58ddb (patch) | |
tree | d4a2f97749db400eba855bf52e946166b59b1db9 /drivers/pci/pci_rom.c | |
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 'drivers/pci/pci_rom.c')
-rw-r--r-- | drivers/pci/pci_rom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index f8b193058a3..73d15e797fc 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c @@ -36,7 +36,6 @@ #include <pci_rom.h> #include <vbe.h> #include <video.h> -#include <video_fb.h> #include <acpi/acpi_s3.h> #include <asm/global_data.h> #include <linux/screen_info.h> |