summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-kcopyd.c
diff options
context:
space:
mode:
authorAlasdair G Kergon2008-04-24 23:02:01 +0200
committerAlasdair G Kergon2008-04-25 14:26:55 +0200
commita765e20eeb423d0fa6a02ffab51141e53bbd93cb (patch)
treefc7279fa73a21518373e1ba2efad27dab89a2214 /drivers/md/dm-kcopyd.c
parentdm kcopyd: rename (diff)
downloadkernel-qcow2-linux-a765e20eeb423d0fa6a02ffab51141e53bbd93cb.tar.gz
kernel-qcow2-linux-a765e20eeb423d0fa6a02ffab51141e53bbd93cb.tar.xz
kernel-qcow2-linux-a765e20eeb423d0fa6a02ffab51141e53bbd93cb.zip
dm: move include files
Publish the dm-io, dm-log and dm-kcopyd headers in include/linux. Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-kcopyd.c')
-rw-r--r--drivers/md/dm-kcopyd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-kcopyd.c b/drivers/md/dm-kcopyd.c
index 17345844b03e..ee9583bee04d 100644
--- a/drivers/md/dm-kcopyd.c
+++ b/drivers/md/dm-kcopyd.c
@@ -22,8 +22,8 @@
#include <linux/vmalloc.h>
#include <linux/workqueue.h>
#include <linux/mutex.h>
+#include <linux/dm-kcopyd.h>
-#include "kcopyd.h"
#include "dm.h"
/*-----------------------------------------------------------------