diff options
Diffstat (limited to 'drivers/md/raid6.h')
-rw-r--r-- | drivers/md/raid6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid6.h b/drivers/md/raid6.h index 98dcde88470e..f6c13af65002 100644 --- a/drivers/md/raid6.h +++ b/drivers/md/raid6.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #define RAID6_USE_EMPTY_ZERO_PAGE 0 | 19 | #define RAID6_USE_EMPTY_ZERO_PAGE 0 |
20 | 20 | ||
21 | #include <linux/raid/md.h> | 21 | #include <linux/raid/md.h> |
22 | #include <linux/raid/raid5.h> | 22 | #include "raid5.h" |
23 | 23 | ||
24 | typedef raid5_conf_t raid6_conf_t; /* Same configuration */ | 24 | typedef raid5_conf_t raid6_conf_t; /* Same configuration */ |
25 | 25 | ||