public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] block/elevator.c: remove unused exports
@ 2006-04-13 16:22 Adrian Bunk
  2006-04-20 13:43 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-04-13 16:22 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-20 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 16:22 [RFC: 2.6 patch] block/elevator.c: remove unused exports Adrian Bunk
2006-04-20 13:43 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox