dm: remove dm header from targets

Change #include "dm.h" to #include <linux/device-mapper.h> in all targets.
Targets should not need direct access to internal DM structures.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
Mikulas Patocka
2008-10-21 17:44:59 +01:00
committed by Alasdair G Kergon
parent d63a5ce3c0
commit 586e80e6ee
14 changed files with 18 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
#include <linux/dm-io.h>
#include <linux/dm-dirty-log.h>
#include "dm.h"
#include <linux/device-mapper.h>
#define DM_MSG_PREFIX "dirty region log"