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

Commit 951ec090 authored by Barry Song's avatar Barry Song
Browse files

ARM: prima2: staticize sirfsoc_init_late function



sirfsoc_init_late() is a local function not an extern interface to anyone.

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 5b7356bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <linux/of_platform.h>
#include "common.h"

void __init sirfsoc_init_late(void)
static void __init sirfsoc_init_late(void)
{
	sirfsoc_pm_init();
}