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 7 years ago
parent
commit
cd11b1d344
1 changed files with 0 additions and 1 deletions
  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);