From: Simon Glass Date: Tue, 18 Oct 2022 13:58:16 +0000 (-0600) Subject: pci: Drop test for DM_VIDEO X-Git-Tag: v2025.01-rc5-pxa1908~1229^2~1 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=9330abfb4a00512213d34147b78d2041fd467c6e;p=u-boot.git pci: Drop test for DM_VIDEO This is not needed anymore, since there is no other option. Signed-off-by: Simon Glass --- diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 27a24daa12..47b6e6e5bc 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c @@ -325,7 +325,6 @@ err: return ret; } -#ifdef CONFIG_DM_VIDEO int vesa_setup_video_priv(struct vesa_mode_info *vesa, struct video_priv *uc_priv, struct video_uc_plat *plat) @@ -398,4 +397,3 @@ int vesa_setup_video(struct udevice *dev, int (*int15_handler)(void)) return 0; } -#endif