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-log.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-log.c')
-rw-r--r-- | drivers/md/dm-log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-log.c b/drivers/md/dm-log.c index e6b6a9d5fdd2..67a6f31b7fc3 100644 --- a/drivers/md/dm-log.c +++ b/drivers/md/dm-log.c | |||
@@ -9,9 +9,9 @@ | |||
9 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/vmalloc.h> | 11 | #include <linux/vmalloc.h> |
12 | #include <linux/dm-io.h> | ||
13 | #include <linux/dm-dirty-log.h> | ||
12 | 14 | ||
13 | #include "dm-log.h" | ||
14 | #include "dm-io.h" | ||
15 | #include "dm.h" | 15 | #include "dm.h" |
16 | 16 | ||
17 | #define DM_MSG_PREFIX "dirty region log" | 17 | #define DM_MSG_PREFIX "dirty region log" |