diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-08-23 11:17:52 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-29 15:21:55 +0200 |
commit | fbdce1daea22a2753ca85b1e44414aee3d91a1fe (patch) | |
tree | 50229e06d4ded85edb8d374fef8095b17724678b /arch/mips | |
parent | 445a58ce34ae59cd098f2f2a27275df40487716a (diff) | |
download | linux-fbdce1daea22a2753ca85b1e44414aee3d91a1fe.tar.gz linux-fbdce1daea22a2753ca85b1e44414aee3d91a1fe.tar.bz2 linux-fbdce1daea22a2753ca85b1e44414aee3d91a1fe.zip |
MIPS: Remove __invalidate_kernel_vmap_range
The __invalidate_kernel_vmap_range function pointer global variable
isn't used anywhere. Remove it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17174/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mm/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 0324e1085b16..44ac64d51827 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -45,7 +45,6 @@ void (*__flush_cache_vunmap)(void); void (*__flush_kernel_vmap_range)(unsigned long vaddr, int size); EXPORT_SYMBOL_GPL(__flush_kernel_vmap_range); -void (*__invalidate_kernel_vmap_range)(unsigned long vaddr, int size); /* MIPS specific cache operations */ void (*flush_cache_sigtramp)(unsigned long addr); |