From 0680ba0133ffeac4bd3689668b05ea2d16f14ae0 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Fri, 9 Jan 2009 12:14:52 +0100 Subject: [S390] types: add/fix types.h include in header files /include/asm/chpid.h:12: include of is preferred over /include/asm/chsc.h:15: found __[us]{8,16,32,64} type without #include /include/asm/cmb.h:28: found __[us]{8,16,32,64} type without #include /include/asm/dasd.h:195: found __[us]{8,16,32,64} type without #include /include/asm/kvm.h:16: include of is preferred over /include/asm/kvm.h:30: found __[us]{8,16,32,64} type without #include /include/asm/qeth.h:24: found __[us]{8,16,32,64} type without #include /include/asm/schid.h:5: found __[us]{8,16,32,64} type without #include /include/asm/swab.h:12: include of is preferred over /include/asm/swab.h:19: found __[us]{8,16,32,64} type without #include Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/include/asm/schid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/s390/include/asm/schid.h') diff --git a/arch/s390/include/asm/schid.h b/arch/s390/include/asm/schid.h index 825503cf3dc..3e4d401b4e4 100644 --- a/arch/s390/include/asm/schid.h +++ b/arch/s390/include/asm/schid.h @@ -1,6 +1,8 @@ #ifndef ASM_SCHID_H #define ASM_SCHID_H +#include + struct subchannel_id { __u32 cssid : 8; __u32 : 4; -- cgit v1.2.3