Skip to content
  • Heiko Carstens's avatar
    [S390] types: add/fix types.h include in header files · 0680ba01
    Heiko Carstens authored
    
    
    /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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    0680ba01