Skip to content

Commit

Permalink
[PATCH] elevator: leftover function declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Oct 28, 2005
1 parent 1b47f53 commit d9ebb19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ebb19

Please sign in to comment.