]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/m68knommu/kernel/irq.c
m68knommu: general interrupt controller for ColdFire 532x parts
[karo-tx-linux.git] / arch / m68knommu / kernel / irq.c
index f9965d7ee7c57e0e9a8eefcc0d2f35d35c295532..93d567bbf33dbfb50e29640234e05ef21e0af984 100644 (file)
@@ -30,7 +30,8 @@ asmlinkage void do_IRQ(int irq, struct pt_regs *regs)
 }
 
 #if !defined(CONFIG_M520x) && !defined(CONFIG_M523x) && \
-    !defined(CONFIG_M527x) && !defined(CONFIG_M528x)
+    !defined(CONFIG_M527x) && !defined(CONFIG_M528x) && \
+    !defined(CONFIG_M532x)
 
 static struct irq_chip m_irq_chip = {
        .name           = "M68K-INTC",