aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid1.c
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2009-04-07 19:55:13 +0200
committerGravatar Jens Axboe <jens.axboe@oracle.com> 2009-04-15 08:28:09 +0200
commit8f3d8ba20e67991b531e9c0227dcd1f99271a32c (patch)
tree337efd46f067ce3b7eeab0c3627b02a7edef4afd /drivers/md/dm-raid1.c
parentLinux 2.6.30-rc2 (diff)
downloadlinux-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.tar.gz
linux-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.tar.bz2
linux-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.zip
block: move bio list helpers into bio.h
It's used by DM and MD and generally useful, so move the bio list helpers into bio.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/md/dm-raid1.c')
-rw-r--r--drivers/md/dm-raid1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c
index 536ef0bef154..076fbb4e967a 100644
--- a/drivers/md/dm-raid1.c
+++ b/drivers/md/dm-raid1.c
@@ -5,7 +5,6 @@
* This file is released under the GPL.
*/
-#include "dm-bio-list.h"
#include "dm-bio-record.h"
#include <linux/init.h>