[S390] add types.h include to s390_ext.h
authorChristian Borntraeger <[email protected]>
Fri, 27 Jul 2007 10:29:15 +0000 (12:29 +0200)
committerMartin 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

index df9b1017b703a6ff9693212f3b170392ce164191..1e72362cad78b6a50e2200325479617a3ac4a06f 100644 (file)
@@ -10,6 +10,8 @@
  *               Martin Schwidefsky ([email protected])
  */
 
+#include <linux/types.h>
+
 typedef void (*ext_int_handler_t)(__u16 code);
 
 /*