projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6206f70
)
Blackfin: asm/irq.h: pull in mach/anomaly.h for anomaly defines
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 21 Sep 2009 01:42:52 +0000
(
01:42
+0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Oct 2009 08:48:01 +0000
(
04:48
-0400)
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>
arch/blackfin/include/asm/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/include/asm/irq.h
b/arch/blackfin/include/asm/irq.h
index 6ec2a0749ee6d7f10050f915abbb81bbce3f133c..e7c0623f90915b8929dd3a89923daaea9e38f099 100644
(file)
--- a/
arch/blackfin/include/asm/irq.h
+++ b/
arch/blackfin/include/asm/irq.h
@@
-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>