summaryrefslogtreecommitdiff
path: root/src/soc/rockchip
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:34:08 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 11:13:18 +0000
commit327a0a7bafb9153b42893ce42bf84458cfa1be1e (patch)
tree0eab2bf8ed9321e47c4fafec4e93e118aba3667a /src/soc/rockchip
parent2f9a579048a406fa9637d4116be9c96a8a936bec (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/rockchip')
-rw-r--r--src/soc/rockchip/rk3288/clock.c1
-rw-r--r--src/soc/rockchip/rk3399/clock.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/clock.c b/src/soc/rockchip/rk3288/clock.c
index c3a9ac2a2a..b6960aaae0 100644
--- a/src/soc/rockchip/rk3288/clock.c
+++ b/src/soc/rockchip/rk3288/clock.c
@@ -12,7 +12,6 @@
#include <soc/i2c.h>
#include <soc/soc.h>
#include <stdint.h>
-#include <string.h>
struct pll_div {
u32 nr;
diff --git a/src/soc/rockchip/rk3399/clock.c b/src/soc/rockchip/rk3399/clock.c
index 115d289bcb..0b027edd5c 100644
--- a/src/soc/rockchip/rk3399/clock.c
+++ b/src/soc/rockchip/rk3399/clock.c
@@ -11,7 +11,6 @@
#include <soc/i2c.h>
#include <soc/soc.h>
#include <stdint.h>
-#include <string.h>
struct pll_div {
u32 refdiv;