[RFC: 2.6 patch] block/elevator.c: remove unused exports

From: Adrian Bunk
Date: Thu Apr 13 2006 - 12:22:32 EST


This patch removes the following unused EXPORT_SYMBOL's:
- elv_requeue_request
- elv_completed_request

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

block/elevator.c | 2 --
1 file changed, 2 deletions(-)

--- linux-2.6.17-rc1-mm2-full/block/elevator.c.old 2006-04-13 17:33:52.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/block/elevator.c 2006-04-13 17:34:59.000000000 +0200
@@ -895,10 +895,8 @@
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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/