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/multipath.c | |
| parent | bff61975b3d6c18ee31457cc5b4d73042f44915f (diff) | |
| download | olio-linux-3.10-43b2e5d86d8bdd77386226db0bc961529492c043.tar.xz olio-linux-3.10-43b2e5d86d8bdd77386226db0bc961529492c043.zip  | |
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/multipath.c')
| -rw-r--r-- | drivers/md/multipath.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index 148b3cd058b..0ed1005afb5 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c @@ -21,8 +21,8 @@  #include <linux/blkdev.h>  #include <linux/raid/md_u.h> -#include <linux/raid/md_k.h>  #include <linux/seq_file.h> +#include "md.h"  #include "multipath.h"  #define MAX_WORK_PER_DISK 128  |