summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/schid.h
diff options
context:
space:
mode:
authorHeiko Carstens2009-01-09 12:14:52 +0100
committerMartin Schwidefsky2009-01-09 12:15:06 +0100
commit0680ba0133ffeac4bd3689668b05ea2d16f14ae0 (patch)
treed8ed4e3ba240bfb2a262dd79ac8841d59d5540e9 /arch/s390/include/asm/schid.h
parent[S390] dasd: add device attribute to disable blocking on lost paths (diff)
downloadkernel-qcow2-linux-0680ba0133ffeac4bd3689668b05ea2d16f14ae0.tar.gz
kernel-qcow2-linux-0680ba0133ffeac4bd3689668b05ea2d16f14ae0.tar.xz
kernel-qcow2-linux-0680ba0133ffeac4bd3689668b05ea2d16f14ae0.zip
[S390] types: add/fix types.h include in header files
/include/asm/chpid.h:12: include of <linux/types.h> is preferred over <asm/types.h> /include/asm/chsc.h:15: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/cmb.h:28: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/dasd.h:195: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/kvm.h:16: include of <linux/types.h> is preferred over <asm/types.h> /include/asm/kvm.h:30: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/qeth.h:24: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/schid.h:5: found __[us]{8,16,32,64} type without #include <linux/types.h> /include/asm/swab.h:12: include of <linux/types.h> is preferred over <asm/types.h> /include/asm/swab.h:19: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/schid.h')
-rw-r--r--arch/s390/include/asm/schid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/schid.h b/arch/s390/include/asm/schid.h
index 825503cf3dc2..3e4d401b4e45 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 <linux/types.h>
+
struct subchannel_id {
__u32 cssid : 8;
__u32 : 4;