Commit d9ebb192 authored by Jens Axboe's avatar Jens Axboe Committed by Jens Axboe

[PATCH] elevator: leftover function declaration

Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 1b47f531
......@@ -228,10 +228,6 @@ void elevator_exit(elevator_t *e)
kfree(e);
}
void elv_dispatch_insert_tail(request_queue_t *q, struct request *rq)
{
}
/*
* Insert rq into dispatch queue of q. Queue lock must be held on
* entry. If sort != 0, rq is sort-inserted; otherwise, rq will be
......
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