diff options
author | NeilBrown <neilb@suse.de> | 2009-03-31 14:33:13 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-03-31 14:33:13 +1100 |
commit | 43b2e5d86d8bdd77386226db0bc961529492c043 (patch) | |
tree | 601a885b1410324678cf319eee77cc54a02f2cf3 /drivers/md/md.c | |
parent | bff61975b3d6c18ee31457cc5b4d73042f44915f (diff) | |
download | linux-43b2e5d86d8bdd77386226db0bc961529492c043.tar.bz2 |
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 @@ #include <linux/reboot.h> #include <linux/file.h> #include <linux/delay.h> -#include <linux/raid/md_k.h> #include <linux/raid/md_p.h> #include <linux/raid/md_u.h> +#include "md.h" #include "bitmap.h" #define DEBUG 0 |