diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-12-04 04:06:35 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-04 04:06:35 -0500 |
commit | f2eecb91522686edf8199947b77f435a4031d92f (patch) | |
tree | e584c9d81971fb741508c176d74ef51ff45a4bcc /block/cfq-iosched.c | |
parent | 2f5ea47712489a9d2d3cb832eb06062e4e64e0ec (diff) |
cfq-iosched: move IO controller declerations to a header file
They should not be declared inside some other file that's not related
to CFQ.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 08b057b1b3b2..43ec3340cb58 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/ioprio.h> | 14 | #include <linux/ioprio.h> |
15 | #include <linux/blktrace_api.h> | 15 | #include <linux/blktrace_api.h> |
16 | #include "blk-cgroup.h" | 16 | #include "blk-cgroup.h" |
17 | #include "cfq-iosched.h" | ||
17 | 18 | ||
18 | /* | 19 | /* |
19 | * tunables | 20 | * tunables |