aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2011-08-02 12:32:03 +0100
committerAlasdair G Kergon <agk@redhat.com>2011-08-02 12:32:03 +0100
commit3e8dbb7f3966c80d77272f8b4f430babc99f6595 (patch)
tree00192da87f8e5db890bd5c6dab9c941a905b294e /drivers/md/dm-raid.c
parentdm ioctl: prevent empty message (diff)
downloadlinux-dev-3e8dbb7f3966c80d77272f8b4f430babc99f6595.tar.xz
linux-dev-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/dm-raid.c')
-rw-r--r--drivers/md/dm-raid.c3
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"
/*