#include "internals.h"
+#ifdef CONFIG_FIQ_DEBUGGER
+#include <mach/irqs.h>
+#endif
+
/**
* irq_set_chip - set the irq chip for an irq
* @irq: irq number
if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
desc->istate |= IRQS_PENDING;
#ifdef CONFIG_FIQ_DEBUGGER
- if(irq != (CONFIG_RK_DEBUG_UART + 66))
+ if(irq != (CONFIG_RK_DEBUG_UART + IRQ_UART0))
#endif
mask_irq(desc);
goto out;