]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
A dm target only needs to use include/linux dm headers.
authorAlasdair G Kergon <agk@redhat.com>
Mon, 25 Jul 2011 00:49:59 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Jul 2011 00:49:59 +0000 (10:49 +1000)
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-raid.c

index bb5e24a611cb7d89b75dc521feb3265531aaa809..a002dd85db1e674e2efbc188a531f001c2d0716b 100644 (file)
 #include "md.h"
 #include "raid1.h"
 #include "raid5.h"
-#include "dm.h"
 #include "bitmap.h"
 
+#include <linux/device-mapper.h>
+
 #define DM_MSG_PREFIX "raid"
 
 /*