[PATCH] block/elevator.c: remove unused exports
authorAdrian Bunk <bunk@stusta.de>
Thu, 20 Apr 2006 13:45:22 +0000 (15:45 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 20 Apr 2006 13:45:22 +0000 (15:45 +0200)
This patch removes the following unused EXPORT_SYMBOL's:
- elv_requeue_request
- elv_completed_request

They are only used by the block core, hence they need not be exported.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found