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

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
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include "common.h" #include "common.h"
void __init sirfsoc_init_late(void) static void __init sirfsoc_init_late(void)
{ {
sirfsoc_pm_init(); sirfsoc_pm_init();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment