From: David S. Miller Date: Sun, 13 May 2012 22:27:09 +0000 (-0700) Subject: sparc32: Remove unused declarations in srmmu.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b25e74b1be321613bf33492cd9d2e5dd0924562d;p=linux-beck.git sparc32: Remove unused declarations in srmmu.c Uses of these went away with the sun4c removal. Signed-off-by: David S. Miller --- diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index 4c4002f409ec..dc398e5c71a4 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -1921,12 +1921,6 @@ static void __init get_srmmu_type(void) srmmu_is_bad(); } -extern unsigned long spwin_mmu_patchme, fwin_mmu_patchme, - tsetup_mmu_patchme, rtrap_mmu_patchme; - -extern unsigned long spwin_srmmu_stackchk, srmmu_fwin_stackchk, - tsetup_srmmu_stackchk, srmmu_rett_stackchk; - #ifdef CONFIG_SMP /* Local cross-calls. */ static void smp_flush_page_for_dma(unsigned long page)