projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c1f71
)
[PATCH] m68knommu: hardirq.h needs definition of NR_IRQS
author
Greg Ungerer
<gerg@snapgear.com>
Tue, 7 Feb 2006 23:19:17 +0000
(09:19 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 8 Feb 2006 00:16:54 +0000
(16:16 -0800)
Need to include the local asm/irq.h to get the NR_IRQS definition.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/hardirq.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/hardirq.h
b/include/asm-m68knommu/hardirq.h
index e8659e739a648e57f52d28d4eb15fa4087b84047..476180f4cba2b6518479b74ebbbbb1647a7f7376 100644
(file)
--- a/
include/asm-m68knommu/hardirq.h
+++ b/
include/asm-m68knommu/hardirq.h
@@
-4,6
+4,7
@@
#include <linux/config.h>
#include <linux/cache.h>
#include <linux/threads.h>
+#include <asm/irq.h>
typedef struct {
unsigned int __softirq_pending;