Skip to content
Snippets Groups Projects
Commit 0a68b534 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: MPU: add missing __init markings

parent d1be2e48
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment