diff options
author | NeilBrown <neilb@suse.de> | 2009-03-30 23:33:13 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-03-30 23:33:13 -0400 |
commit | 43b2e5d86d8bdd77386226db0bc961529492c043 (patch) | |
tree | 601a885b1410324678cf319eee77cc54a02f2cf3 /drivers/md/md.c | |
parent | bff61975b3d6c18ee31457cc5b4d73042f44915f (diff) |
md: move md_k.h from include/linux/raid/ to drivers/md/
It really is nicer to keep related code together..
Signed-off-by: NeilBrown <neilb@suse.de>
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 |