Skip to content

Commit

Permalink
xen: remove the xen_biovec_phys_mergeable export
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed Sep 26, 2018
1 parent a5bb207 commit cd11b1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/xen/biomerge.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
return false;
#endif
}
EXPORT_SYMBOL(xen_biovec_phys_mergeable);

0 comments on commit cd11b1d

Please sign in to comment.