diff options
author | Dongli Zhang <dongli.zhang@oracle.com> | 2022-06-11 11:25:11 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-06-22 13:41:45 +0300 |
commit | 1a3c7d0841ae24d28a15bbf87ee7d08614cec957 (patch) | |
tree | dfcca3c09519c2949a55b6e9d2cef604f79a809b /include/linux/swiotlb.h | |
parent | a111daf0c53ae91e71fd2bfe7497862d14132e3e (diff) | |
download | linux-1a3c7d0841ae24d28a15bbf87ee7d08614cec957.tar.xz |
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.h | 1 |
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 |