浏览代码

Blackfin: asm/irq.h: pull in mach/anomaly.h for anomaly defines

The asm/irq.h header uses anomaly defines, but doesn't make sure to
explicitly include the anomaly header for them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 16 年之前
父节点
当前提交
d586e833f9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/blackfin/include/asm/irq.h

+ 2 - 0
arch/blackfin/include/asm/irq.h

@@ -12,6 +12,8 @@
 
 
 #include <linux/irqflags.h>
 #include <linux/irqflags.h>
 
 
+#include <mach/anomaly.h>
+
 /* SYS_IRQS and NR_IRQS are defined in <mach-bf5xx/irq.h> */
 /* SYS_IRQS and NR_IRQS are defined in <mach-bf5xx/irq.h> */
 #include <mach/irq.h>
 #include <mach/irq.h>