]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/raid0.c
md: move lots of #include lines out of .h files and into .c
[linux-2.6-omap-h63xx.git] / drivers / md / raid0.c
index ef09ed04864ef8f58855de556a31afc0ddd3bf75..64e4c77a15689637a86af9c7e53d016f79209427 100644 (file)
@@ -18,6 +18,9 @@
    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  
 */
 
+#include <linux/blkdev.h>
+#include <linux/raid/md_k.h>
+#include <linux/seq_file.h>
 #include "raid0.h"
 
 static void raid0_unplug(struct request_queue *q)