mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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:
parent
5b7356bb3e
commit
951ec0909c
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user