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:
1c20c3d
)
mn10300: kernel/internal.h needs <linux/irqreturn.h>
author
Geert Uytterhoeven
<
[email protected]
>
Wed, 11 Jul 2012 21:02:00 +0000
(14:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Jul 2012 23:04:42 +0000
(16:04 -0700)
Fix the nm10300 build failure:
In file included from arch/mn10300/kernel/csrc-mn10300.c:14:0:
arch/mn10300/kernel/internal.h:42:1: error: unknown type name 'irqreturn_t'
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Cc: David Howells <
[email protected]
>
Cc: Koichi Yasutake <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/mn10300/kernel/internal.h
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/internal.h
b/arch/mn10300/kernel/internal.h
index a5ac755dd69f4acbc8c6d213c47c285b8af41098..2df440105a80f78e111f4f863261cbb7abab10ae 100644
(file)
--- a/
arch/mn10300/kernel/internal.h
+++ b/
arch/mn10300/kernel/internal.h
@@
-9,6
+9,8
@@
* 2 of the Licence, or (at your option) any later version.
*/
+#include <linux/irqreturn.h>
+
struct clocksource;
struct clock_event_device;