[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)
commit4f73247f0e53be1bd4aa519476e6261a8e4a64ab
tree31122fbaffb3761e1c47124de2bbb9b652562c44
parent82aa5d6183667aa2a5f3c61e390934b0273d2ad7
[PATCH] block/elevator.c: remove unused exports

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>
block/elevator.c