diff options
Diffstat (limited to 'drivers/md/raid1.c')
-rw-r--r-- | drivers/md/raid1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 35264ad0ec70..efdabd3040e7 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | #include "md.h" | 44 | #include "md.h" |
45 | #include "raid1.h" | 45 | #include "raid1.h" |
46 | #include "bitmap.h" | 46 | #include "md-bitmap.h" |
47 | 47 | ||
48 | #define UNSUPPORTED_MDDEV_FLAGS \ | 48 | #define UNSUPPORTED_MDDEV_FLAGS \ |
49 | ((1L << MD_HAS_JOURNAL) | \ | 49 | ((1L << MD_HAS_JOURNAL) | \ |