diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 11d6e0e1045a..aad0ac54bf90 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -45,9 +45,9 @@ | |||
45 | #include <linux/reboot.h> | 45 | #include <linux/reboot.h> |
46 | #include <linux/file.h> | 46 | #include <linux/file.h> |
47 | #include <linux/delay.h> | 47 | #include <linux/delay.h> |
48 | #include <linux/raid/md_k.h> | ||
49 | #include <linux/raid/md_p.h> | 48 | #include <linux/raid/md_p.h> |
50 | #include <linux/raid/md_u.h> | 49 | #include <linux/raid/md_u.h> |
50 | #include "md.h" | ||
51 | #include "bitmap.h" | 51 | #include "bitmap.h" |
52 | 52 | ||
53 | #define DEBUG 0 | 53 | #define DEBUG 0 |