Merge remote-tracking branches 'asoc/fix/tlv320aic3x' and 'asoc/fix/wm8962' into...
[linux-drm-fsl-dcu.git] / arch / arm / include / asm / hw_irq.h
1 /*
2  * Nothing to see here yet
3  */
4 #ifndef _ARCH_ARM_HW_IRQ_H
5 #define _ARCH_ARM_HW_IRQ_H
6
7 static inline void ack_bad_irq(int irq)
8 {
9         extern unsigned long irq_err_count;
10         irq_err_count++;
11         pr_crit("unexpected IRQ trap at vector %02x\n", irq);
12 }
13
14 #define ARCH_IRQ_INIT_FLAGS     (IRQ_NOREQUEST | IRQ_NOPROBE)
15
16 #endif