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:
8059862
)
[S390] add types.h include to s390_ext.h
author
Christian Borntraeger
<
[email protected]
>
Fri, 27 Jul 2007 10:29:15 +0000
(12:29 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Fri, 27 Jul 2007 10:29:18 +0000
(12:29 +0200)
The header file for external interrupts uses the _u16 type. Make sure
that _u16 is defined by including linux/types.h. This prevents compile
failures, if asm/s390_ext.h is the first include file.
Signed-off-by: Christian Borntraeger <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
include/asm-s390/s390_ext.h
patch
|
blob
|
history
diff --git
a/include/asm-s390/s390_ext.h
b/include/asm-s390/s390_ext.h
index df9b1017b703a6ff9693212f3b170392ce164191..1e72362cad78b6a50e2200325479617a3ac4a06f 100644
(file)
--- a/
include/asm-s390/s390_ext.h
+++ b/
include/asm-s390/s390_ext.h
@@
-10,6
+10,8
@@
* Martin Schwidefsky (
[email protected]
)
*/
+#include <linux/types.h>
+
typedef void (*ext_int_handler_t)(__u16 code);
/*