Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65b432de authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Ralf Baechle
Browse files

MIPS: loongson: lemote-2f: reset: make ml2f_reboot static



Make ml2f_reboot static to elimite the following sparse warning:
warning: symbol 'ml2f_reboot' was not declared. Should it be static?

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8528/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 55fa9889
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ static void fl2f_shutdown(void)

/* reset support for yeeloong2f and mengloong2f notebook */

void ml2f_reboot(void)
static void ml2f_reboot(void)
{
	reset_cpu();