sparc64: prepare module_64.c for unification
[deliverable/linux.git] / arch / sparc / kernel / devices.c
index b240b8863fd044153319340f3960fa87e88cd6ba..b171ae8de90dc5b49aa410c03c166603c37b4d02 100644 (file)
@@ -133,17 +133,15 @@ void __init device_scan(void)
 #endif /* !CONFIG_SMP */
 
        cpu_probe();
-#ifdef CONFIG_SUN_AUXIO
        {
                extern void auxio_probe(void);
                extern void auxio_power_probe(void);
                auxio_probe();
                auxio_power_probe();
        }
-#endif
        clock_stop_probe();
 
-       if (ARCH_SUN4C_SUN4)
+       if (ARCH_SUN4C)
                sun4c_probe_memerr_reg();
 
        return;
This page took 0.026906 seconds and 5 git commands to generate.