From: Christoph Hellwig Date: Sun, 11 Sep 2016 14:03:02 +0000 (+0200) Subject: block: remove bio_destructor_t X-Git-Tag: v4.9-rc1~69^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3f7c624aa58f769e0313ca3310704c5d88ac99ce;p=karo-tx-linux.git block: remove bio_destructor_t Signed-off-by: Christoph Hellwig Reviewed-by: Bart Van Assche Signed-off-by: Jens Axboe --- diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 53ee1a2acd4f..cd395ecec99d 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -16,7 +16,6 @@ struct block_device; struct io_context; struct cgroup_subsys_state; typedef void (bio_end_io_t) (struct bio *); -typedef void (bio_destructor_t) (struct bio *); #ifdef CONFIG_BLOCK /*