diff options
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index 608050c43f17..c96456c16700 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -617,7 +617,6 @@ extern struct bio *bio_clone_mddev(struct bio *bio, gfp_t gfp_mask, | |||
617 | struct mddev *mddev); | 617 | struct mddev *mddev); |
618 | extern struct bio *bio_alloc_mddev(gfp_t gfp_mask, int nr_iovecs, | 618 | extern struct bio *bio_alloc_mddev(gfp_t gfp_mask, int nr_iovecs, |
619 | struct mddev *mddev); | 619 | struct mddev *mddev); |
620 | extern void md_trim_bio(struct bio *bio, int offset, int size); | ||
621 | 620 | ||
622 | extern void md_unplug(struct blk_plug_cb *cb, bool from_schedule); | 621 | extern void md_unplug(struct blk_plug_cb *cb, bool from_schedule); |
623 | static inline int mddev_check_plugged(struct mddev *mddev) | 622 | static inline int mddev_check_plugged(struct mddev *mddev) |