Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb1863a4619e5c80e43acad61b19cc5114b1c60d
Commit:     cb1863a4619e5c80e43acad61b19cc5114b1c60d
Parent:     8059862c636778bc1872c89ae307eb6bccd35581
Author:     Christian Borntraeger <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 27 12:29:15 2007 +0200
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Fri Jul 27 12:29:18 2007 +0200

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 include/asm-s390/s390_ext.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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 ([EMAIL PROTECTED])
  */
 
+#include <linux/types.h>
+
 typedef void (*ext_int_handler_t)(__u16 code);
 
 /*
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to