aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-12 14:49:23 +0200
committerChristoph Hellwig <hch@lst.de>2018-10-19 08:42:39 +0200
commitb65125c6acf38388d3342b37c18c3b6cc97eeb75 (patch)
tree244eb7444b55e961e728b4999e90281af9aa0e70 /include/linux/swiotlb.h
parentswiotlb: remove a pointless comment (diff)
downloadlinux-dev-b65125c6acf38388d3342b37c18c3b6cc97eeb75.tar.xz
linux-dev-b65125c6acf38388d3342b37c18c3b6cc97eeb75.zip
swiotlb: mark is_swiotlb_buffer static
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/linux/swiotlb.h')
-rw-r--r--include/linux/swiotlb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swiotlb.h b/include/linux/swiotlb.h
index 965be92c33b5..7ef541ce8f34 100644
--- a/include/linux/swiotlb.h
+++ b/include/linux/swiotlb.h
@@ -121,7 +121,6 @@ static inline unsigned int swiotlb_max_segment(void) { return 0; }
#endif
extern void swiotlb_print_info(void);
-extern int is_swiotlb_buffer(phys_addr_t paddr);
extern void swiotlb_set_max_segment(unsigned int);
extern const struct dma_map_ops swiotlb_dma_ops;