Commit 144d6034 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] 2.5.22: elevator exports.

The dasd driver as a module needs to call elevator_init/elavator_exit to
change the elevator algorithm to elevator_noop.
parent b43e0a19
......@@ -425,3 +425,5 @@ EXPORT_SYMBOL(elevator_noop);
EXPORT_SYMBOL(__elv_add_request);
EXPORT_SYMBOL(__elv_next_request);
EXPORT_SYMBOL(elv_remove_request);
EXPORT_SYMBOL(elevator_exit);
EXPORT_SYMBOL(elevator_init);
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