commit | 4f73247f0e53be1bd4aa519476e6261a8e4a64ab | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu Apr 20 15:45:22 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Thu Apr 20 15:45:22 2006 +0200 |
tree | 31122fbaffb3761e1c47124de2bbb9b652562c44 | |
parent | 82aa5d6183667aa2a5f3c61e390934b0273d2ad7 [diff] |
[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>