[PATCH] Mark cfq_exit as an exit function

From: Chris Wright
Date: Fri Nov 12 2004 - 17:22:47 EST


Mark cfq_exit function as and exit function, and make it static.

Signed-off-by: Chris Wright <chris@xxxxxxxx>

cfq-iosched.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

===== drivers/block/cfq-iosched.c 1.12 vs edited =====
--- 1.12/drivers/block/cfq-iosched.c 2004-10-28 00:40:02 -07:00
+++ edited/drivers/block/cfq-iosched.c 2004-10-29 16:35:21 -07:00
@@ -1920,7 +1920,7 @@ int cfq_init(void)
return ret;
}

-void cfq_exit(void)
+static void __exit cfq_exit(void)
{
cfq_slab_kill();
elv_unregister(&iosched_cfq);
-
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/