Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: remove asm/mman.h and asm/types.h

Both header files only include the corresponding uapi header file and
therefore can be removed.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
2edf3fa5 65a6d0c5

+1 -25
+1 -3
arch/s390/include/asm/ebcdic.h
··· 9 9 #ifndef _EBCDIC_H 10 10 #define _EBCDIC_H 11 11 12 - #ifndef _S390_TYPES_H 13 - #include <types.h> 14 - #endif 12 + #include <linux/types.h> 15 13 16 14 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */ 17 15 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */
-11
arch/s390/include/asm/mman.h
··· 1 - /* 2 - * S390 version 3 - * 4 - * Derived from "include/asm-i386/mman.h" 5 - */ 6 - #ifndef __S390_MMAN_H__ 7 - #define __S390_MMAN_H__ 8 - 9 - #include <uapi/asm/mman.h> 10 - 11 - #endif /* __S390_MMAN_H__ */
-11
arch/s390/include/asm/types.h
··· 1 - /* 2 - * S390 version 3 - * 4 - * Derived from "include/asm-i386/types.h" 5 - */ 6 - #ifndef _S390_TYPES_H 7 - #define _S390_TYPES_H 8 - 9 - #include <uapi/asm/types.h> 10 - 11 - #endif /* _S390_TYPES_H */