Targets should not need to include dm.h. [agk] Fold into 3. --- drivers/md/dm-thin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-3.0-rc7/drivers/md/dm-thin.c =================================================================== --- linux-3.0-rc7.orig/drivers/md/dm-thin.c +++ linux-3.0-rc7/drivers/md/dm-thin.c @@ -4,11 +4,11 @@ * This file is released under the GPL. */ -#include "dm.h" #include "dm-thin-metadata.h" #include "persistent-data/dm-transaction-manager.h" #include +#include #include #include #include