Skip to content

Commit

Permalink
Blackfin: MPU: add missing __init markings
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Dec 15, 2009
1 parent d1be2e4 commit 0a68b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/cplb-mpu/cplbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)
icplb_tbl[cpu][i_i++].data = 0;
}

void generate_cplb_tables_all(void)
void __init generate_cplb_tables_all(void)
{
}

0 comments on commit 0a68b53

Please sign in to comment.