diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-03-28 00:48:37 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-03-28 00:48:37 -0500 |
commit | 78af90629ce98c8383ea16928e110eb97b889be6 (patch) | |
tree | ade3b2f6317a9ceae025101b975ca4a8d6037ce7 /arch/powerpc/kernel/setup_32.c | |
parent | 9cf8ca38719e08e5388ddd37ef1c46442b8f99a4 (diff) |
powerpc: remove OCP references
OCP isn't used in arch/powerpc and hopefully will never be.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index e39f830317a8..a2c89435abec 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -351,12 +351,6 @@ void __init setup_arch(char **cmdline_p) | |||
351 | do_init_bootmem(); | 351 | do_init_bootmem(); |
352 | if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab); | 352 | if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab); |
353 | 353 | ||
354 | #ifdef CONFIG_PPC_OCP | ||
355 | /* Initialize OCP device list */ | ||
356 | ocp_early_init(); | ||
357 | if ( ppc_md.progress ) ppc_md.progress("ocp: exit", 0x3eab); | ||
358 | #endif | ||
359 | |||
360 | #ifdef CONFIG_DUMMY_CONSOLE | 354 | #ifdef CONFIG_DUMMY_CONSOLE |
361 | conswitchp = &dummy_con; | 355 | conswitchp = &dummy_con; |
362 | #endif | 356 | #endif |