diff options
Diffstat (limited to 'drivers/md/raid5.c')
-rw-r--r-- | drivers/md/raid5.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index a5ba080d303b..f75698b1f63d 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
@@ -44,10 +44,9 @@ | |||
44 | */ | 44 | */ |
45 | 45 | ||
46 | #include <linux/kthread.h> | 46 | #include <linux/kthread.h> |
47 | #include "raid6.h" | ||
48 | |||
49 | #include <linux/raid/bitmap.h> | ||
50 | #include <linux/async_tx.h> | 47 | #include <linux/async_tx.h> |
48 | #include "raid6.h" | ||
49 | #include "bitmap.h" | ||
51 | 50 | ||
52 | /* | 51 | /* |
53 | * Stripe cache | 52 | * Stripe cache |