Commit e38e1e7f authored by Thomas Molina's avatar Thomas Molina Committed by Linus Torvalds

[PATCH] missing exports

the netfilter ipt owner module still needs the following to compile
parent 0bb7248b
...@@ -606,6 +606,8 @@ EXPORT_SYMBOL(init_task); ...@@ -606,6 +606,8 @@ EXPORT_SYMBOL(init_task);
EXPORT_SYMBOL(init_thread_union); EXPORT_SYMBOL(init_thread_union);
EXPORT_SYMBOL(tasklist_lock); EXPORT_SYMBOL(tasklist_lock);
EXPORT_SYMBOL(find_task_by_pid);
EXPORT_SYMBOL(next_thread);
#if defined(CONFIG_SMP) && defined(__GENERIC_PER_CPU) #if defined(CONFIG_SMP) && defined(__GENERIC_PER_CPU)
EXPORT_SYMBOL(__per_cpu_offset); EXPORT_SYMBOL(__per_cpu_offset);
#endif #endif
......
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