From df77a9545150aeaef825afd4efd659044f557ca4 Mon Sep 17 00:00:00 2001 From: Samuel Holland <samuel@sholland.org> Date: Sun, 20 Oct 2019 20:00:27 -0500 Subject: [PATCH] allwinner: a64: power: Make sunxi_turn_off_soc static The function is only used in this file, and it doesn't make sense for it to be used anywhere else. Signed-off-by: Samuel Holland <samuel@sholland.org> Change-Id: Iab18f082911edcdbc37ceeaff8c512be68e0cb0f --- plat/allwinner/sun50i_a64/sunxi_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/allwinner/sun50i_a64/sunxi_power.c b/plat/allwinner/sun50i_a64/sunxi_power.c index b6437eae2..d14ced9dc 100644 --- a/plat/allwinner/sun50i_a64/sunxi_power.c +++ b/plat/allwinner/sun50i_a64/sunxi_power.c @@ -39,7 +39,7 @@ static enum pmic_type { * disabled. * This function only cares about peripherals. */ -void sunxi_turn_off_soc(uint16_t socid) +static void sunxi_turn_off_soc(uint16_t socid) { int i; -- GitLab