diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 10:34:08 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 11:13:18 +0000 |
commit | 327a0a7bafb9153b42893ce42bf84458cfa1be1e (patch) | |
tree | 0eab2bf8ed9321e47c4fafec4e93e118aba3667a /src/soc/qualcomm | |
parent | 2f9a579048a406fa9637d4116be9c96a8a936bec (diff) |
tree: Drop unused <string.h>
Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sc7280/display/edp_aux.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/sc7280/display/edp_aux.c b/src/soc/qualcomm/sc7280/display/edp_aux.c index a2dda3911e..9d330a61d1 100644 --- a/src/soc/qualcomm/sc7280/display/edp_aux.c +++ b/src/soc/qualcomm/sc7280/display/edp_aux.c @@ -5,7 +5,6 @@ #include <edid.h> #include <timer.h> #include <types.h> -#include <string.h> #include <soc/display/edp_aux.h> #include <soc/display/edp_reg.h> diff --git a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c index 507431740f..5b36c4b996 100644 --- a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c +++ b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c @@ -6,7 +6,6 @@ #include <soc/clock.h> #include <soc/display/edp_reg.h> #include <soc/display/edp_phy.h> -#include <string.h> #include <timer.h> static void edp_phy_ssc_en(bool en) |