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
This commit is contained in:
Samuel Holland 2019-10-20 20:00:27 -05:00
parent 818e67324b
commit df77a95451
1 changed files with 1 additions and 1 deletions

View File

@ -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;