aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-15 21:21:54 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-09-19 16:35:50 +0200
commit2af06ba7ee2fb80e1ededade7cda85cc04c51109 (patch)
tree0f0b41879b7946f4eef40481ce570effda0e0101 /arch/mips/include/asm
parentMIPS: Octeon: remove orphan cvmx_fpa_setup_pool() declaration (diff)
downloadlinux-dev-2af06ba7ee2fb80e1ededade7cda85cc04c51109.tar.xz
linux-dev-2af06ba7ee2fb80e1ededade7cda85cc04c51109.zip
MIPS: Octeon: remove orphan octeon_hal_setup_reserved32() declaration
All uses of octeon_hal_setup_reserved32() were removed by commit 1ef2887030db ("MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32_USE_WIRED_TLB"), 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/include/asm')
-rw-r--r--arch/mips/include/asm/octeon/octeon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/octeon/octeon.h b/arch/mips/include/asm/octeon/octeon.h
index 7e714aefc76d..5c1d726c702f 100644
--- a/arch/mips/include/asm/octeon/octeon.h
+++ b/arch/mips/include/asm/octeon/octeon.h
@@ -43,7 +43,6 @@ extern int octeon_get_southbridge_interrupt(void);
extern int octeon_get_boot_coremask(void);
extern int octeon_get_boot_num_arguments(void);
extern const char *octeon_get_boot_argument(int arg);
-extern void octeon_hal_setup_reserved32(void);
extern void octeon_user_io_init(void);
extern void octeon_init_cvmcount(void);