MIPS: Octeon: remove orphan octeon_swiotlb declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Thu, 15 Sep 2022 13:21:52 +0000 (21:21 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 19 Sep 2022 14:34:57 +0000 (16:34 +0200)
All uses of octeon_swiotlb were removed by
commit f39f8d0eb081 ("MIPS/octeon: use swiotlb_init instead
of open coding it"), so remove the orphan declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/octeon/pci-octeon.h

index b12d9a3fbfb6c040aab5b5b1a55fe67f517f44ec..2f46f6c6e3d0bafb91b74c51e0895e9280c71963 100644 (file)
@@ -64,6 +64,4 @@ enum octeon_dma_bar_type {
 extern enum octeon_dma_bar_type octeon_dma_bar_type;
 
 void octeon_pci_dma_init(void);
-extern char *octeon_swiotlb;
-
 #endif