1
0
Fork 0

clk: nomadik: fix missing __init on nomadik_src_init

nomadik_src_init references __initconst sections but lacks an __init
itself. Add __init to fix the section mismatch.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
hifive-unleashed-5.1
Sebastian Hesselbarth 2013-10-07 19:53:13 +02:00 committed by Olof Johansson
parent b4e086f679
commit 54bf93c49a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static const struct of_device_id nomadik_src_match[] __initconst = {
{ /* sentinel */ }
};
static void nomadik_src_init(void)
static void __init nomadik_src_init(void)
{
struct device_node *np;
u32 val;