Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd11b1d3 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

xen: remove the xen_biovec_phys_mergeable export



BIOVEC_PHYS_MERGEABLE is only called from core block code.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a5bb207a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,4 +20,3 @@ bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
	return false;
#endif
}
EXPORT_SYMBOL(xen_biovec_phys_mergeable);