Skip to content

Commit

Permalink
Blackfin arch: mark init_pda as __init as only __init funcs all it
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 5, 2009
1 parent ba0dade commit 8e2a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void __init paging_init(void)
}
}

asmlinkage void init_pda(void)
asmlinkage void __init init_pda(void)
{
unsigned int cpu = raw_smp_processor_id();

Expand Down

0 comments on commit 8e2a769

Please sign in to comment.