Commit 387ab03b authored by Ingo Molnar's avatar Ingo Molnar

[PATCH] tq-cleanup module compile

This removes some more old symbols from ksyms.c.  This makes the kernel
compile with modules enabled.
parent 1673f3b4
......@@ -420,7 +420,6 @@ EXPORT_SYMBOL(probe_irq_off);
EXPORT_SYMBOL(del_timer_sync);
#endif
EXPORT_SYMBOL(mod_timer);
EXPORT_SYMBOL(tvec_bases);
#ifdef CONFIG_SMP
......@@ -589,12 +588,8 @@ EXPORT_SYMBOL(strspn);
EXPORT_SYMBOL(strsep);
/* software interrupts */
EXPORT_SYMBOL(bh_task_vec);
EXPORT_SYMBOL(init_bh);
EXPORT_SYMBOL(remove_bh);
EXPORT_SYMBOL(tasklet_init);
EXPORT_SYMBOL(tasklet_kill);
EXPORT_SYMBOL(__run_task_queue);
EXPORT_SYMBOL(do_softirq);
EXPORT_SYMBOL(raise_softirq);
EXPORT_SYMBOL(open_softirq);
......
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