MIPS: Move GIC clocksource driver to drivers/clocksource/
[deliverable/linux.git] / arch / mips / mti-malta / malta-time.c
index 608655f8e6dd3ced08569c0f2a80477a3e81b81a..028fae07700138997680025ad9e92fc648591227 100644 (file)
@@ -183,7 +183,7 @@ void __init plat_time_init(void)
                freq = freqround(gic_frequency, 5000);
                printk("GIC frequency %d.%02d MHz\n", freq/1000000,
                       (freq%1000000)*100/1000000);
-#ifdef CONFIG_CSRC_GIC
+#ifdef CONFIG_CLKSRC_MIPS_GIC
                gic_clocksource_init(gic_frequency);
 #endif
        }
This page took 0.04508 seconds and 5 git commands to generate.