md: move lots of #include lines out of .h files and into .c
[deliverable/linux.git] / drivers / md / raid6.h
index f6c13af6500292bbff6ce96fd391120da9af1d22..66e6b0c6734f6a74d7b6edea4b6e0927803dbc9d 100644 (file)
 
 /* Set to 1 to use kernel-wide empty_zero_page */
 #define RAID6_USE_EMPTY_ZERO_PAGE 0
-
-#include <linux/raid/md.h>
-#include "raid5.h"
-
-typedef raid5_conf_t raid6_conf_t; /* Same configuration */
+#include <linux/blkdev.h>
 
 /* Additional compute_parity mode -- updates the parity w/o LOCKING */
 #define UPDATE_PARITY  4
This page took 0.038228 seconds and 5 git commands to generate.