[PATCH] elevator: leftover function declaration
authorJens Axboe <axboe@suse.de>
Thu, 20 Oct 2005 14:37:38 +0000 (16:37 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Fri, 28 Oct 2005 06:44:52 +0000 (08:44 +0200)
Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/block/elevator.c

index 237e43d760c8e5a20be4e8341034f24f39127dc5..29d6c8237ab34654972f0d4d4f051ddefb73ee3b 100644 (file)
@@ -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
This page took 0.024854 seconds and 5 git commands to generate.