diff options
Diffstat (limited to 'drivers/md/dm-io.c')
-rw-r--r-- | drivers/md/dm-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-io.c b/drivers/md/dm-io.c index 978c0414cf05..ed9c86cd053e 100644 --- a/drivers/md/dm-io.c +++ b/drivers/md/dm-io.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * This file is released under the GPL. | 5 | * This file is released under the GPL. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "dm-io.h" | ||
9 | #include "dm.h" | 8 | #include "dm.h" |
10 | 9 | ||
11 | #include <linux/bio.h> | 10 | #include <linux/bio.h> |
@@ -13,6 +12,7 @@ | |||
13 | #include <linux/module.h> | 12 | #include <linux/module.h> |
14 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
15 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <linux/dm-io.h> | ||
16 | 16 | ||
17 | struct dm_io_client { | 17 | struct dm_io_client { |
18 | mempool_t *pool; | 18 | mempool_t *pool; |