]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
s390: remove asm/mman.h and asm/types.h
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 2 Aug 2017 05:11:57 +0000 (07:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 2 Aug 2017 09:15:36 +0000 (11:15 +0200)
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>
arch/s390/include/asm/ebcdic.h
arch/s390/include/asm/mman.h [deleted file]
arch/s390/include/asm/types.h [deleted file]

index c5befc5a3bf5757c98e0f5cedefa9bc4ec00815a..b71735eab23f640171d1c5cb8d381111bfc99e73 100644 (file)
@@ -9,9 +9,7 @@
 #ifndef _EBCDIC_H
 #define _EBCDIC_H
 
-#ifndef _S390_TYPES_H
-#include <types.h>
-#endif
+#include <linux/types.h>
 
 extern __u8 _ascebc_500[256];   /* ASCII -> EBCDIC 500 conversion table */
 extern __u8 _ebcasc_500[256];   /* EBCDIC 500 -> ASCII conversion table */
diff --git a/arch/s390/include/asm/mman.h b/arch/s390/include/asm/mman.h
deleted file mode 100644 (file)
index b79813d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- *  S390 version
- *
- *  Derived from "include/asm-i386/mman.h"
- */
-#ifndef __S390_MMAN_H__
-#define __S390_MMAN_H__
-
-#include <uapi/asm/mman.h>
-
-#endif /* __S390_MMAN_H__ */
diff --git a/arch/s390/include/asm/types.h b/arch/s390/include/asm/types.h
deleted file mode 100644 (file)
index 6740f4f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- *  S390 version
- *
- *  Derived from "include/asm-i386/types.h"
- */
-#ifndef _S390_TYPES_H
-#define _S390_TYPES_H
-
-#include <uapi/asm/types.h>
-
-#endif /* _S390_TYPES_H */