diff options
author | Alasdair G Kergon <agk@redhat.com> | 2011-08-02 12:32:03 +0100 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-08-02 12:32:03 +0100 |
commit | 3e8dbb7f3966c80d77272f8b4f430babc99f6595 (patch) | |
tree | 00192da87f8e5db890bd5c6dab9c941a905b294e /drivers/md | |
parent | 2ca4c92f58f9386e080b26f9ccd78c9ca5825a42 (diff) | |
download | talos-obmc-linux-3e8dbb7f3966c80d77272f8b4f430babc99f6595.tar.gz talos-obmc-linux-3e8dbb7f3966c80d77272f8b4f430babc99f6595.zip |
dm raid: tidy includes
A dm target only needs to use include/linux dm headers.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md')
-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 @@ #include "md.h" #include "raid5.h" -#include "dm.h" #include "bitmap.h" +#include <linux/device-mapper.h> + #define DM_MSG_PREFIX "raid" /* |