Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d586e833 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 6206f709
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@

#include <linux/irqflags.h>

#include <mach/anomaly.h>

/* SYS_IRQS and NR_IRQS are defined in <mach-bf5xx/irq.h> */
#include <mach/irq.h>