1
0
Fork 0

xen: remove the xen_biovec_phys_mergeable export

BIOVEC_PHYS_MERGEABLE is only called from core block code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
hifive-unleashed-5.1
Christoph Hellwig 2018-09-25 13:30:06 -07:00 committed by Jens Axboe
parent a5bb207ada
commit cd11b1d344
1 changed files with 0 additions and 1 deletions

View File

@ -20,4 +20,3 @@ bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
return false;
#endif
}
EXPORT_SYMBOL(xen_biovec_phys_mergeable);