summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-04-20 15:45:22 +0200
committerJens Axboe <axboe@suse.de>2006-04-20 15:45:22 +0200
commit4f73247f0e53be1bd4aa519476e6261a8e4a64ab (patch)
tree31122fbaffb3761e1c47124de2bbb9b652562c44 /block
parent82aa5d6183667aa2a5f3c61e390934b0273d2ad7 (diff)
downloadlinux-3.10-4f73247f0e53be1bd4aa519476e6261a8e4a64ab.tar.gz
linux-3.10-4f73247f0e53be1bd4aa519476e6261a8e4a64ab.tar.bz2
linux-3.10-4f73247f0e53be1bd4aa519476e6261a8e4a64ab.zip
[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>
Diffstat (limited to 'block')
-rw-r--r--block/elevator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/elevator.c b/block/elevator.c
index 0d6be03d929..29825792cbd 100644
--- a/block/elevator.c
+++ b/block/elevator.c
@@ -895,10 +895,8 @@ ssize_t elv_iosched_show(request_queue_t *q, char *name)
EXPORT_SYMBOL(elv_dispatch_sort);
EXPORT_SYMBOL(elv_add_request);
EXPORT_SYMBOL(__elv_add_request);
-EXPORT_SYMBOL(elv_requeue_request);
EXPORT_SYMBOL(elv_next_request);
EXPORT_SYMBOL(elv_dequeue_request);
EXPORT_SYMBOL(elv_queue_empty);
-EXPORT_SYMBOL(elv_completed_request);
EXPORT_SYMBOL(elevator_exit);
EXPORT_SYMBOL(elevator_init);