diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-16 23:19:36 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-17 10:01:00 +1000 |
commit | 771168494719b90621ac61f9ae68c4af494e418f (patch) | |
tree | 9d49ea06d573a43eac1bc829bfdc63ee961da1bd | |
parent | 5faae2e5d1f53df9dce482032c8486bc3a1feffc (diff) | |
download | kernel_samsung_smdk4412-771168494719b90621ac61f9ae68c4af494e418f.zip kernel_samsung_smdk4412-771168494719b90621ac61f9ae68c4af494e418f.tar.gz kernel_samsung_smdk4412-771168494719b90621ac61f9ae68c4af494e418f.tar.bz2 |
[POWERPC] Remove unused machine call outs
When we moved to arch/powerpc we actively tried to avoid using the
ppc_md.setup_io_mappings(). Currently no board ports use it so let's
remove it to avoid any new boards using it.
Also, remove early_serial_map() since we don't even have a call out for
it in arch/powerpc.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/mm/init_32.c | 2 | ||||
-rw-r--r-- | include/asm-powerpc/machdep.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index 9a0ea2c..47325f2 100644 --- a/arch/powerpc/mm/init_32.c +++ b/arch/powerpc/mm/init_32.c @@ -185,8 +185,6 @@ void __init MMU_init(void) /* Map in I/O resources */ if (ppc_md.progress) ppc_md.progress("MMU:setio", 0x302); - if (ppc_md.setup_io_mappings) - ppc_md.setup_io_mappings(); /* Initialize the context management stuff */ mmu_context_init(); diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index b95386a..54ed64d 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h @@ -198,9 +198,6 @@ struct machdep_calls { May be NULL. */ void (*init)(void); - void (*setup_io_mappings)(void); - - void (*early_serial_map)(void); void (*kgdb_map_scc)(void); /* |