diff options
author | Alasdair G Kergon <agk@redhat.com> | 2008-04-24 17:02:01 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2008-04-25 08:26:55 -0400 |
commit | a765e20eeb423d0fa6a02ffab51141e53bbd93cb (patch) | |
tree | fc7279fa73a21518373e1ba2efad27dab89a2214 /drivers/md/dm-kcopyd.c | |
parent | 2d1e580afe23287871529ce54429e249809525a1 (diff) |
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.c | 2 |
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 @@ | |||
22 | #include <linux/vmalloc.h> | 22 | #include <linux/vmalloc.h> |
23 | #include <linux/workqueue.h> | 23 | #include <linux/workqueue.h> |
24 | #include <linux/mutex.h> | 24 | #include <linux/mutex.h> |
25 | #include <linux/dm-kcopyd.h> | ||
25 | 26 | ||
26 | #include "kcopyd.h" | ||
27 | #include "dm.h" | 27 | #include "dm.h" |
28 | 28 | ||
29 | /*----------------------------------------------------------------- | 29 | /*----------------------------------------------------------------- |