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

@@ -9,7 +9,8 @@
* Path selector registration.
*/
#include "dm.h"
#include <linux/device-mapper.h>
#include "dm-path-selector.h"
#include <linux/slab.h>