]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] add types.h include to s390_ext.h
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 27 Jul 2007 10:29:15 +0000 (12:29 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
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 <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
include/asm-s390/s390_ext.h

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