projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228322f
)
[PATCH] v850: Add missing include in hardirq.h
author
Miles Bader
<miles@gnu.org>
Tue, 15 Nov 2005 08:09:17 +0000
(
00:09
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 15 Nov 2005 16:59:19 +0000
(08:59 -0800)
Signed-off-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-v850/hardirq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-v850/hardirq.h
b/include/asm-v850/hardirq.h
index 5dfca8047cbec2a7c49952d369c24d9490f2e37c..4f913bccbefbd0188f500bbaaf1fe0c48a9b2c4a 100644
(file)
--- a/
include/asm-v850/hardirq.h
+++ b/
include/asm-v850/hardirq.h
@@
-5,6
+5,8
@@
#include <linux/threads.h>
#include <linux/cache.h>
+#include <asm/irq.h>
+
typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned irq_cpustat_t;