Skip to content

Commit

Permalink
Blackfin: asm/irq.h: pull in mach/anomaly.h for anomaly defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger committed Oct 7, 2009
1 parent 6206f70 commit d586e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d586e83

Please sign in to comment.