diff options
author | Alasdair G Kergon <agk@redhat.com> | 2011-08-02 07:32:03 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-08-02 07:32:03 -0400 |
commit | 3e8dbb7f3966c80d77272f8b4f430babc99f6595 (patch) | |
tree | 00192da87f8e5db890bd5c6dab9c941a905b294e | |
parent | 2ca4c92f58f9386e080b26f9ccd78c9ca5825a42 (diff) |
dm raid: tidy includes
A dm target only needs to use include/linux dm headers.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
-rw-r--r-- | drivers/md/dm-raid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index efa960ff5ba4..d4e95b2e39f6 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c | |||
@@ -9,9 +9,10 @@ | |||
9 | 9 | ||
10 | #include "md.h" | 10 | #include "md.h" |
11 | #include "raid5.h" | 11 | #include "raid5.h" |
12 | #include "dm.h" | ||
13 | #include "bitmap.h" | 12 | #include "bitmap.h" |
14 | 13 | ||
14 | #include <linux/device-mapper.h> | ||
15 | |||
15 | #define DM_MSG_PREFIX "raid" | 16 | #define DM_MSG_PREFIX "raid" |
16 | 17 | ||
17 | /* | 18 | /* |