Commit df1a727f authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Thomas Bogendoerfer
Browse files

MIPS: Octeon: remove orphan octeon_swiotlb declaration



All uses of octeon_swiotlb were removed by
commit f39f8d0e ("MIPS/octeon: use swiotlb_init instead
of open coding it"), so remove the orphan declaration, too.

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent aaec03d3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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