Browse Source

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>
Christoph Hellwig 6 năm trước cách đây
mục cha
commit
cd11b1d344
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/xen/biomerge.c

+ 0 - 1
drivers/xen/biomerge.c

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