commit | 04c640c109945c929a71dd3daf04789ca2115461 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 18 07:58:16 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 20:07:17 2022 +0100 |
tree | 12303fd107fb56051288da8655a877b56a344445 | |
parent | 557786c2d9f27e4a18a67001c842dd476fa3029c [diff] |
pci: Drop test for DM_VIDEO This is not needed anymore, since there is no other option. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 27a24da..47b6e6e 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c
@@ -325,7 +325,6 @@ 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 @@ return 0; } -#endif