diff options
| author | Alasdair G Kergon <agk@redhat.com> | 2008-04-24 22:02:01 +0100 | 
|---|---|---|
| committer | Alasdair G Kergon <agk@redhat.com> | 2008-04-25 13:26:55 +0100 | 
| commit | a765e20eeb423d0fa6a02ffab51141e53bbd93cb (patch) | |
| tree | fc7279fa73a21518373e1ba2efad27dab89a2214 /drivers/md/dm-io.c | |
| parent | 2d1e580afe23287871529ce54429e249809525a1 (diff) | |
| download | olio-linux-3.10-a765e20eeb423d0fa6a02ffab51141e53bbd93cb.tar.xz olio-linux-3.10-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-io.c')
| -rw-r--r-- | drivers/md/dm-io.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-io.c b/drivers/md/dm-io.c index 978c0414cf0..ed9c86cd053 100644 --- a/drivers/md/dm-io.c +++ b/drivers/md/dm-io.c @@ -5,7 +5,6 @@   * This file is released under the GPL.   */ -#include "dm-io.h"  #include "dm.h"  #include <linux/bio.h> @@ -13,6 +12,7 @@  #include <linux/module.h>  #include <linux/sched.h>  #include <linux/slab.h> +#include <linux/dm-io.h>  struct dm_io_client {  	mempool_t *pool;  |