ARM: prima2: staticize sirfsoc_init_late function

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

Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
Barry Song 2014-02-18 14:46:31 +08:00
parent 5b7356bb3e
commit 951ec0909c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}