]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/kernel/setup_32.c
powerpc: remove OCP references
[karo-tx-linux.git] / arch / powerpc / kernel / setup_32.c
index e39f830317a88df9bfcb6bd88d760c2424c3399b..a2c89435abec3a2e335983dbfdb5823f17a452e1 100644 (file)
@@ -351,12 +351,6 @@ void __init setup_arch(char **cmdline_p)
        do_init_bootmem();
        if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab);
 
-#ifdef CONFIG_PPC_OCP
-       /* Initialize OCP device list */
-       ocp_early_init();
-       if ( ppc_md.progress ) ppc_md.progress("ocp: exit", 0x3eab);
-#endif
-
 #ifdef CONFIG_DUMMY_CONSOLE
        conswitchp = &dummy_con;
 #endif