sparc32: remove calls to sun4c dummy mm inits functions
[firefly-linux-kernel-4.4.55.git] / arch / sparc / mm / nosun4c.c
index 4e62c27147c491843bf3747307cc3bc39e196d79..0e0e8cfd21aad6cf7e59b0f0d3a0456a82f643dc 100644 (file)
@@ -29,29 +29,6 @@ static void __init should_not_happen(void)
        prom_halt();
 }
 
-unsigned long __init sun4c_paging_init(unsigned long start_mem, unsigned long end_mem)
-{
-       should_not_happen();
-       return 0;
-}
-
-void __init ld_mmu_sun4c(void)
-{
-       should_not_happen();
-}
-
-void sun4c_mapioaddr(unsigned long physaddr, unsigned long virt_addr, int bus_type, int rdonly)
-{
-}
-
-void sun4c_unmapioaddr(unsigned long virt_addr)
-{
-}
-
-void sun4c_complete_all_stores(void)
-{
-}
-
 pte_t *sun4c_pte_offset(pmd_t * dir, unsigned long address)
 {
        return NULL;