summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 11:37:58 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 19:25:27 +0000
commit45fa54efddd26cbf5ce30abe2ace368b41b33d91 (patch)
tree3675bd6af80d790dc24d3863f9e9ed0e5d6bb4f8 /src/drivers
parente9931c87992d3c29786c07cd4fffc6cf10bc5196 (diff)
downloadcoreboot-45fa54efddd26cbf5ce30abe2ace368b41b33d91.tar.gz
coreboot-45fa54efddd26cbf5ce30abe2ace368b41b33d91.tar.bz2
coreboot-45fa54efddd26cbf5ce30abe2ace368b41b33d91.zip
tree: Drop unused <edid.h>
Change-Id: I66265727b68b6ad10722439314b466298dbfff28 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81821 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/aspeed/ast2050/ast2050.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c
index ea86e28ffe3f..6ceb820f8b4c 100644
--- a/src/drivers/aspeed/ast2050/ast2050.c
+++ b/src/drivers/aspeed/ast2050/ast2050.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/io.h>
-#include <edid.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>