Commit f610191b authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] missing export of elv_queue_empty()

Forgot to export it to modules :/
parent b84e52f8
......@@ -482,5 +482,6 @@ EXPORT_SYMBOL(elevator_noop);
EXPORT_SYMBOL(__elv_add_request);
EXPORT_SYMBOL(elv_next_request);
EXPORT_SYMBOL(elv_remove_request);
EXPORT_SYMBOL(elv_queue_empty);
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