Commit 22d6b4a3 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] __init in cfq-iosched.c

cfq_init() calls __init cfq_slab_setup and hence must be __init itself

also made it static
parent 69d8addf
...@@ -1819,7 +1819,7 @@ static struct elevator_type iosched_cfq = { ...@@ -1819,7 +1819,7 @@ static struct elevator_type iosched_cfq = {
.elevator_owner = THIS_MODULE, .elevator_owner = THIS_MODULE,
}; };
int cfq_init(void) static int __init cfq_init(void)
{ {
int ret; int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment