summaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h
diff options
context:
space:
mode:
authorDongli Zhang <dongli.zhang@oracle.com>2022-06-11 01:25:11 -0700
committerChristoph Hellwig <hch@lst.de>2022-06-22 12:41:45 +0200
commit1a3c7d0841ae24d28a15bbf87ee7d08614cec957 (patch)
treedfcca3c09519c2949a55b6e9d2cef604f79a809b /include/linux/swiotlb.h
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e (diff)
downloadlinux-1a3c7d0841ae24d28a15bbf87ee7d08614cec957.tar.gz
linux-1a3c7d0841ae24d28a15bbf87ee7d08614cec957.tar.bz2
linux-1a3c7d0841ae24d28a15bbf87ee7d08614cec957.zip
swiotlb: remove the unused swiotlb_force declaration
The 'swiotlb_force' is removed since commit c6af2aa9ffc9 ("swiotlb: make the swiotlb_init interface more useful"). Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
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 7ed35dd3de6e..bdc58a0e20b1 100644
--- a/include/linux/swiotlb.h
+++ b/include/linux/swiotlb.h
@@ -60,7 +60,6 @@ dma_addr_t swiotlb_map(struct device *dev, phys_addr_t phys,
size_t size, enum dma_data_direction dir, unsigned long attrs);
#ifdef CONFIG_SWIOTLB
-extern enum swiotlb_force swiotlb_force;
/**
* struct io_tlb_mem - IO TLB Memory Pool Descriptor