[2.6 patch] drivers/block/ll_rw_blk.c: make a function static

From: Adrian Bunk
Date: Wed Nov 02 2005 - 13:18:21 EST


This patch makes a needlessly global function static.


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

--- linux-2.6.14-rc5-mm1-full/drivers/block/ll_rw_blk.c.old 2005-11-02 18:41:30.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/block/ll_rw_blk.c 2005-11-02 18:41:59.000000000 +0100
@@ -2314,9 +2314,9 @@
* Insert a fully prepared request at the back of the io scheduler queue
* for execution. Don't wait for completion.
*/
-void blk_execute_rq_nowait(request_queue_t *q, struct gendisk *bd_disk,
- struct request *rq, int at_head,
- void (*done)(struct request *))
+static void blk_execute_rq_nowait(request_queue_t *q, struct gendisk *bd_disk,
+ struct request *rq, int at_head,
+ void (*done)(struct request *))
{
int where = at_head ? ELEVATOR_INSERT_FRONT : ELEVATOR_INSERT_BACK;


-
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/