Commit 94826a82 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: fix build when CONFIG_MODULES=n

parent 251a1272
......@@ -24,8 +24,8 @@ extern struct exception_table_entry __stop___ex_table[];
*
* Also used for modules.
*/
void sort_ex_table(struct exception_table_entry *start,
struct exception_table_entry *finish) __init_or_module
void __init_or_module sort_ex_table(struct exception_table_entry *start,
struct exception_table_entry *finish)
{
struct exception_table_entry el, *p, *q;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment