]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/mips/kernel/cevt-r4k.c
MIPS: Move GIC to drivers/irqchip/
[mirror_ubuntu-artful-kernel.git] / arch / mips / kernel / cevt-r4k.c
index bc127e22fdab011bfd1d224a396a00672b4e5ca4..5b8f8e32b47dd92f94769eadaf4a184f04637b34 100644 (file)
@@ -85,7 +85,7 @@ void mips_event_handler(struct clock_event_device *dev)
  */
 static int c0_compare_int_pending(void)
 {
-#ifdef CONFIG_IRQ_GIC
+#ifdef CONFIG_MIPS_GIC
        if (cpu_has_veic)
                return gic_get_timer_pending();
 #endif