diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-02-08 20:46:20 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-02-14 01:07:27 +0000 |
commit | e33fc66fc9ddc28e4eddebc06eac5cd0ec1c3af1 (patch) | |
tree | 77573301ba36815461f36cf1f59d4ffb7c90ebe5 /src/soc/qualcomm | |
parent | a88dd4b6fbac8748a6f4580ad6363da47f5b3bc2 (diff) |
tree; Remove unused <lib.h>
Change-Id: Ifa5c89aad7d0538c556665f8b4372e44cf593822
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80433
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sc7280/display/edp_phy_7nm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c index ab7f04b4b5..eebb122b4f 100644 --- a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c +++ b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c @@ -4,7 +4,6 @@ #include <delay.h> #include <device/mmio.h> #include <edid.h> -#include <lib.h> #include <soc/clock.h> #include <soc/display/edp_reg.h> #include <soc/display/edp_phy.h> |