diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-15 16:21:52 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-09-19 17:34:57 +0300 |
commit | df1a727fa2f67369115574b02a01c140440c5a72 (patch) | |
tree | 8b1b4670c5d423011c584c2499be833d63003a2c /arch/mips | |
parent | aaec03d331303494227dc1e208eb212682fe925d (diff) | |
download | linux-df1a727fa2f67369115574b02a01c140440c5a72.tar.xz |
MIPS: Octeon: remove orphan octeon_swiotlb declaration
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/octeon/pci-octeon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/octeon/pci-octeon.h b/arch/mips/include/asm/octeon/pci-octeon.h index b12d9a3fbfb6..2f46f6c6e3d0 100644 --- a/arch/mips/include/asm/octeon/pci-octeon.h +++ b/arch/mips/include/asm/octeon/pci-octeon.h @@ -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 |