diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 11:37:58 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 19:25:27 +0000 |
commit | 45fa54efddd26cbf5ce30abe2ace368b41b33d91 (patch) | |
tree | 3675bd6af80d790dc24d3863f9e9ed0e5d6bb4f8 /src/soc/qualcomm | |
parent | e9931c87992d3c29786c07cd4fffc6cf10bc5196 (diff) |
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/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sc7180/display/dsi_phy_pll.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7280/display/edp_phy_7nm.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c b/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c index 1fcfb79839..653e55b1f2 100644 --- a/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c +++ b/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c @@ -2,7 +2,6 @@ #include <device/mmio.h> #include <stdint.h> -#include <edid.h> #include <soc/clock.h> #include <soc/display/mdssreg.h> #include <soc/display/dsi_phy_pll.h> diff --git a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c index 5b36c4b996..eee2ef7f1d 100644 --- a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c +++ b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c @@ -2,7 +2,6 @@ #include <console/console.h> #include <device/mmio.h> -#include <edid.h> #include <soc/clock.h> #include <soc/display/edp_reg.h> #include <soc/display/edp_phy.h> |