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

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
......@@ -20,4 +20,3 @@ bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
return false;
#endif
}
EXPORT_SYMBOL(xen_biovec_phys_mergeable);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment