Commit eeb96479 authored by Dagfinn Ilmari Mannsåker's avatar Dagfinn Ilmari Mannsåker Committed by Paul Mackerras

[PATCH] Allow modular DM

With the recent fixes, io_schedule needs to be exported for modular dm
to work.
parent 495c3da1
......@@ -462,6 +462,7 @@ EXPORT_SYMBOL(preempt_schedule);
#endif
EXPORT_SYMBOL(schedule_timeout);
EXPORT_SYMBOL(yield);
EXPORT_SYMBOL(io_schedule);
EXPORT_SYMBOL(__cond_resched);
EXPORT_SYMBOL(set_user_nice);
EXPORT_SYMBOL(task_nice);
......
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