From: Christian Borntraeger Date: Fri, 27 Jul 2007 10:29:15 +0000 (+0200) Subject: [S390] add types.h include to s390_ext.h X-Git-Tag: v3.12-rc1~27457^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb1863a4619e5c80e43acad61b19cc5114b1c60d;p=kernel%2Fkernel-generic.git [S390] add types.h include to s390_ext.h 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 Signed-off-by: Martin Schwidefsky --- diff --git a/include/asm-s390/s390_ext.h b/include/asm-s390/s390_ext.h index df9b101..1e72362 100644 --- a/include/asm-s390/s390_ext.h +++ b/include/asm-s390/s390_ext.h @@ -10,6 +10,8 @@ * Martin Schwidefsky (schwidefsky@de.ibm.com) */ +#include + typedef void (*ext_int_handler_t)(__u16 code); /*