diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-13 18:27:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-13 18:27:09 -0400 |
commit | b25e74b1be321613bf33492cd9d2e5dd0924562d (patch) | |
tree | 5f63717f43c5f34a9791ec43e82b25fedac7e3a5 /arch | |
parent | d894d964ff7ddf5a81a5b150fee46caf99619f26 (diff) |
sparc32: Remove unused declarations in srmmu.c
Uses of these went away with the sun4c removal.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 6 |
1 files changed, 0 insertions, 6 deletions
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) | |||
1921 | srmmu_is_bad(); | 1921 | srmmu_is_bad(); |
1922 | } | 1922 | } |
1923 | 1923 | ||
1924 | extern unsigned long spwin_mmu_patchme, fwin_mmu_patchme, | ||
1925 | tsetup_mmu_patchme, rtrap_mmu_patchme; | ||
1926 | |||
1927 | extern unsigned long spwin_srmmu_stackchk, srmmu_fwin_stackchk, | ||
1928 | tsetup_srmmu_stackchk, srmmu_rett_stackchk; | ||
1929 | |||
1930 | #ifdef CONFIG_SMP | 1924 | #ifdef CONFIG_SMP |
1931 | /* Local cross-calls. */ | 1925 | /* Local cross-calls. */ |
1932 | static void smp_flush_page_for_dma(unsigned long page) | 1926 | static void smp_flush_page_for_dma(unsigned long page) |